3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: passwordsafe: Simplify inputs.

* gnu/packages/gnome.scm (passwordsafe): Simplify inputs.
This commit is contained in:
Marius Bakke 2021-12-26 01:33:20 +01:00
parent 489fb4da3d
commit 84e6956d2a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -10737,12 +10737,12 @@ apply fancy special effects and lets you share the fun with others.")
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))
#t))))))
(native-inputs
`(("desktop-file-utils" ,desktop-file-utils)
("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")
("gobject-introspection" ,gobject-introspection)
("gtk+:bin" ,gtk+ "bin")
("pkg-config" ,pkg-config)))
(list desktop-file-utils
gettext-minimal
`(,glib "bin")
gobject-introspection
`(,gtk+ "bin")
pkg-config))
(inputs
(list glib
gsettings-desktop-schemas