me
/
guix
Archived
1
0
Fork 0

gnu: authenticator: Remove input labels.

* gnu/packages/gnome.scm (authenticator)[native-inputs]: Remove labels.
[arguments]: While at it, remove top-level Python reference in favor of
THIS-PACKAGE-INPUT.
[inputs]: Add PYTHON.
Marius Bakke 2022-01-11 00:11:14 +01:00
parent 81cbf8854a
commit d695a63ec9
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 10 additions and 9 deletions

View File

@ -9607,24 +9607,25 @@ specified duration and save it as a GIF encoded animated image file.")
(pylib (string-append (assoc-ref outputs "out") (pylib (string-append (assoc-ref outputs "out")
"/lib/python" "/lib/python"
,(version-major+minor ,(version-major+minor
(package-version python)) (package-version
(this-package-input "python")))
"/site-packages"))) "/site-packages")))
(wrap-program prog (wrap-program prog
`("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH") ,pylib)) `("GUIX_PYTHONPATH" = (,(getenv "GUIX_PYTHONPATH") ,pylib))
`("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH")))) `("GI_TYPELIB_PATH" = (,(getenv "GI_TYPELIB_PATH"))))))))))
#t))))))
(native-inputs (native-inputs
`(("desktop-file-utils" ,desktop-file-utils) (list desktop-file-utils
("gettext" ,gettext-minimal) gettext-minimal
("glib:bin" ,glib "bin") `(,glib "bin")
("gobject-introspection" ,gobject-introspection) gobject-introspection
("gtk+:bin" ,gtk+ "bin") `(,gtk+ "bin")
("pkg-config" ,pkg-config))) pkg-config))
(inputs (inputs
(list gsettings-desktop-schemas (list gsettings-desktop-schemas
gtk+ gtk+
libhandy-0.0 libhandy-0.0
libsecret libsecret
python
python-beautifulsoup4 python-beautifulsoup4
python-pillow python-pillow
python-pyfavicon python-pyfavicon