summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2023-04-26 20:37:51 +0200
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2023-04-26 20:52:32 +0200
commitd7e489d6e06a9eb6015c47df8085d7762397d849 (patch)
tree2bed68371b4742d2caa7412075077746b0b17fcf /gnu/local.mk
parente86851ccb3df1e87efca7138ee8d055a30832a4e (diff)
gnu: gnome-2048: Fix build.
* gnu/packages/patches/gnome-2048-fix-positional-argument.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it here. * gnu/packages/games.scm (gnome-2048)[source]<patches>: Use it here.
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 983201167b..77c334341d 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1256,6 +1256,7 @@ dist_patch_DATA = \
%D%/packages/patches/gmp-arm-asm-nothumb.patch \
%D%/packages/patches/gmp-faulty-test.patch \
%D%/packages/patches/gnash-fix-giflib-version.patch \
+ %D%/packages/patches/gnome-2048-fix-positional-argument.patch \
%D%/packages/patches/gnome-control-center-libexecdir.patch \
%D%/packages/patches/gnome-online-miners-tracker-3.patch \
%D%/packages/patches/gnome-settings-daemon-gc.patch \