aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorVivien Kraus <vivien@planete-kraus.eu>2024-03-23 08:12:48 +0100
committerChristopher Baines <mail@cbaines.net>2024-03-24 10:02:44 +0000
commit19cd76e3f7a7da7f42e5d576b624897570218928 (patch)
tree24246b85c80225930760ebecf22eca7e4f2dfcd0 /gnu/local.mk
parent85c99aa1cf5e9a54143118e498c5a8562e6140d9 (diff)
downloadguix-19cd76e3f7a7da7f42e5d576b624897570218928.tar
guix-19cd76e3f7a7da7f42e5d576b624897570218928.tar.gz
gnu: duc: Fix build.
* gnu/packages/patches/duc-fix-test-sh.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/disk.scm (duc): Use it here. Change-Id: I664614dc35fb88f8ee63dbe727a38f17f4af0f8e Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 5cc134d3d3..6f191a1bfb 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1114,6 +1114,7 @@ dist_patch_DATA = \
%D%/packages/patches/dstat-fix-crash-when-specifying-delay.patch \
%D%/packages/patches/dstat-skip-devices-without-io.patch \
%D%/packages/patches/dtc-meson-cell-overflow.patch \
+ %D%/packages/patches/duc-fix-test-sh.patch \
%D%/packages/patches/dune-common-skip-failing-tests.patch \
%D%/packages/patches/dune-grid-add-missing-include-cassert.patch \
%D%/packages/patches/dune-istl-fix-solver-playground.patch \