From ee751690ce7c6b29b168e6262ab82015c4a70500 Mon Sep 17 00:00:00 2001 From: Liliana Marie Prikler Date: Sun, 23 Jan 2022 12:07:20 +0100 Subject: 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. --- gnu/packages/gnome.scm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'gnu/packages/gnome.scm') diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ad7536c07c..e052bb2dee 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12331,7 +12331,9 @@ libraries. Applications do not need to be recompiled--or even restarted.") name "-" version ".tar.xz")) (sha256 (base32 - "04p031i999dccbnlbysmr6f93x7dji7b559j6yhdsqbqgxb7ncan")))) + "04p031i999dccbnlbysmr6f93x7dji7b559j6yhdsqbqgxb7ncan")) + (patches + (search-patches "gnome-builder-update-libportal.patch")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t ; To wrap binaries and compile schemas @@ -12379,6 +12381,7 @@ libraries. Applications do not need to be recompiled--or even restarted.") ("libportal" ,libportal) ("libsoup" ,libsoup-minimal-2) ("llvm" ,llvm) + ("python" ,python) ("python-pygobject" ,python-pygobject) ("sysprof" ,sysprof) ("template-glib" ,template-glib) @@ -12391,6 +12394,7 @@ libraries. Applications do not need to be recompiled--or even restarted.") ("glib:bin" ,glib "bin") ("gettext" ,gettext-minimal) ("pkg-config" ,pkg-config) + ("python" ,python) ("vala" ,vala) ("xorg-server" ,xorg-server-for-tests))) (home-page "https://wiki.gnome.org/Apps/Builder") -- cgit v1.2.3