summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/bind-re-add-attr-constructor-priority.patch
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-01-08 01:29:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-01-08 01:29:52 +0100
commit7e91d5d58c50fa64f41218c9c8157a4e8dbb3107 (patch)
tree911f559793d56c1ecf183117fe28268d7219a286 /gnu/packages/patches/bind-re-add-attr-constructor-priority.patch
parent974bdb447ac7572db6019411471349beb90581f2 (diff)
downloadguix-patches-7e91d5d58c50fa64f41218c9c8157a4e8dbb3107.tar
guix-patches-7e91d5d58c50fa64f41218c9c8157a4e8dbb3107.tar.gz
gnu: Remove store reference in patch.
Face, meet palm. * gnu/packages/patches/bind-re-add-attr-constructor-priority.patch: Remove store file name.
Diffstat (limited to 'gnu/packages/patches/bind-re-add-attr-constructor-priority.patch')
-rw-r--r--gnu/packages/patches/bind-re-add-attr-constructor-priority.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/patches/bind-re-add-attr-constructor-priority.patch b/gnu/packages/patches/bind-re-add-attr-constructor-priority.patch
index 5d6765dd92..33e4f183f6 100644
--- a/gnu/packages/patches/bind-re-add-attr-constructor-priority.patch
+++ b/gnu/packages/patches/bind-re-add-attr-constructor-priority.patch
@@ -8,7 +8,7 @@ This reverts commit 0340df46ec5897636dd071bc8b5c4272cfa7d7be. It works
around an irrelevant operating system and breaks compilation on Guix:
mem.c:873: fatal error: RUNTIME_CHECK(((pthread_mutex_lock(((&contextslock))) == 0) ? 0 : 34) == 0) failed
-/gnu/store/pwcp239kjf7lnj5i4lkdzcfcxwcfyk72-bash-minimal-5.0.16/bin/bash: line 1: 13768 Aborted ./${fuzzer}
+/gnu/store/…-bash-minimal-5.0.16/bin/bash: line 1: 13768 Aborted ./${fuzzer}
Let's simply revert it for now---there are securities at stake!
---