From 8f31575ad13e01206c130e43495c6cc5c755de61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 24 Dec 2022 00:33:14 +0100 Subject: [PATCH] gnu: gnome-photos: Depend on 'git-minimal/fixed'. * gnu/packages/gnome.scm (gnome-photos)[arguments]: Pass #:disallowed-references. [native-inputs]: Replace 'git-minimal' with 'git-minimal/fixed'. --- gnu/packages/gnome.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b6ff8d4fe7..c0bb62ff84 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -889,6 +889,7 @@ tomorrow, the rest of the week and for special occasions.") (build-system meson-build-system) (arguments (list + #:disallowed-references (list (this-package-native-input "git-minimal")) #:glib-or-gtk? #t #:configure-flags #~(list "-Ddogtail=false" ; Not available @@ -909,7 +910,7 @@ tomorrow, the rest of the week and for special occasions.") (list dbus desktop-file-utils gettext-minimal - git-minimal + git-minimal/fixed `(,glib "bin") gobject-introspection gsettings-desktop-schemas