summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorLiliana Marie Prikler <liliana.prikler@gmail.com>2022-01-23 12:07:20 +0100
committerLiliana Marie Prikler <liliana.prikler@gmail.com>2022-01-23 12:10:37 +0100
commitee751690ce7c6b29b168e6262ab82015c4a70500 (patch)
treeac6a1473c71825c3cc1dbf5ee74c847558e4ad8d /gnu/local.mk
parent413a7a1c56db98f06451b991902ecd087e467df4 (diff)
downloadguix-patches-ee751690ce7c6b29b168e6262ab82015c4a70500.tar
guix-patches-ee751690ce7c6b29b168e6262ab82015c4a70500.tar.gz
gnu: gnome-builder: Fix build.
* gnu/packages/patches/gnome-builder-update-libportal.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it here. * gnu/packages/gnome.scm (gnome-builder)[patches]: Use it here. [inputs, native-inputs]: Add python.
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 114855269e..dceaa53145 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1182,6 +1182,7 @@ dist_patch_DATA = \
%D%/packages/patches/gmp-faulty-test.patch \
%D%/packages/patches/gnash-fix-giflib-version.patch \
%D%/packages/patches/gnome-boxes-add-guix-logo.patch \
+ %D%/packages/patches/gnome-builder-update-libportal.patch \
%D%/packages/patches/gnome-control-center-libexecdir.patch \
%D%/packages/patches/gnome-online-miners-tracker-3.patch \
%D%/packages/patches/gnome-screenshot-meson-0.60.patch \