diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-12-24 00:33:14 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-12-24 00:39:20 +0100 |
commit | 8f31575ad13e01206c130e43495c6cc5c755de61 (patch) | |
tree | 0ece07775fbb37f9be1abb218f5ece7c1cc53098 | |
parent | 0dcca97c9f1f937a7d6157d14a1dcdb92ce9fa20 (diff) |
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'.
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
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 |