me
/
guix
Archived
1
0
Fork 0

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'.
Ludovic Courtès 2022-12-24 00:33:14 +01:00
parent 0dcca97c9f
commit 8f31575ad1
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 1 deletions

View File

@ -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