summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-10-10 23:16:06 +0200
committerMarius Bakke <marius@gnu.org>2020-10-10 23:39:16 +0200
commit9ac212cbae933d0520e6e09bd7e33d82e7102df6 (patch)
tree7de7c8b8d9952aa0bef9cb9b36fd45993028091b /gnu/packages/cpp.scm
parent5b548a1ee45bb12111af50cf00eb696207e207c5 (diff)
downloadguix-patches-9ac212cbae933d0520e6e09bd7e33d82e7102df6.tar
guix-patches-9ac212cbae933d0520e6e09bd7e33d82e7102df6.tar.gz
gnu: folly: Remove reference to missing patch.
The patch is unnecessary because tests are disabled. This is a follow-up to 5b548a1ee45bb12111af50cf00eb696207e207c5. * gnu/packages/cpp.scm (folly)[source](patches): Remove. * gnu/local.mk (dist_patch_DATA): Remove missing patch.
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r--gnu/packages/cpp.scm3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index da3ea8ec55..f51e83283f 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -692,8 +692,7 @@ standard GNU style syntax for options.")
(file-name (git-file-name name version))
(sha256
(base32
- "0q4w4cvjxffc462hvs8h4zryq4965j7015zvkwagcm6cj6wmz3cn"))
- (patches (search-patches "folly-add-missing-include.patch"))))
+ "0q4w4cvjxffc462hvs8h4zryq4965j7015zvkwagcm6cj6wmz3cn"))))
(build-system cmake-build-system)
(arguments
'(;; Tests must be explicitly enabled