summary refs log tree commit diff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorZhu Zihao <all_but_last@163.com>2023-05-19 19:51:41 +0800
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2023-06-04 08:20:13 +0200
commit07ac0cb722b2a40f1d8c4362d2c1d80298a9a60a (patch)
treef35b42395be058a347ae755683050e96f7b853a3 /gnu/local.mk
parentb3492964c2573993b65c20f6e7d16c29cfd6f4f5 (diff)
downloadguix-07ac0cb722b2a40f1d8c4362d2c1d80298a9a60a.tar.gz
gnu: d-feet: Fix build errors when using Meson 1.1.0.
Fix the build error:

data/meson.build:15:0: ERROR: Function does not take positional arguments.
data/meson.build:27:0: ERROR: Function does not take positional arguments.

* gnu/packages/patches/d-feet-drop-unused-meson-argument.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it here.
* gnu/packages/gnome.scm (d-feet)[source]: Use it here.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
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 09a4617daf..7aa4f72d32 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1033,6 +1033,7 @@ dist_patch_DATA =						\
   %D%/packages/patches/curl-use-ssl-cert-env.patch		\
   %D%/packages/patches/cursynth-wave-rand.patch			\
   %D%/packages/patches/cvs-CVE-2017-12836.patch		\
+  %D%/packages/patches/d-feet-drop-unused-meson-argument.patch	\
   %D%/packages/patches/date-output-pkg-config-files.patch	\
   %D%/packages/patches/datefudge-gettimeofday.patch		\
   %D%/packages/patches/dbacl-include-locale.h.patch		\