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.
parent
81cbf8854a
commit
d695a63ec9
|
@ -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
|
||||||
|
|
Reference in New Issue