me
/
guix
Archived
1
0
Fork 0

gnu: lollypop: Wrap with required path variables.

Fixes <https://issues.guix.info/issue/37937>.

* gnu/packages/gnome.scm (lollypop)[arguments]: Rename ‘wrap’ phase to
‘wrap-python’ and add ‘wrap-glib-or-gtk’ phase.
[inputs]: Add gsettings-desktop-schemas.
master
Tobias Geerinckx-Rice 2019-10-27 00:43:12 +02:00
parent 996aca2852
commit 8ac8b3b360
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 5 additions and 2 deletions

View File

@ -7809,8 +7809,10 @@ views can be printed as PDF or PostScript files, or exported to HTML.")
(wrap-program (string-append out "/bin/lollypop") (wrap-program (string-append out "/bin/lollypop")
`("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path)))) `("GI_TYPELIB_PATH" ":" prefix (,gi-typelib-path))))
#t)) #t))
(add-after 'install 'wrap (add-after 'install 'wrap-python
(@@ (guix build python-build-system) wrap))))) (@@ (guix build python-build-system) wrap))
(add-after 'install 'wrap-glib-or-gtk
(@@ (guix build glib-or-gtk-build-system) wrap-all-programs)))))
(native-inputs (native-inputs
`(("intltool" ,intltool) `(("intltool" ,intltool)
("itstool" ,itstool) ("itstool" ,itstool)
@ -7819,6 +7821,7 @@ views can be printed as PDF or PostScript files, or exported to HTML.")
("pkg-config" ,pkg-config))) ("pkg-config" ,pkg-config)))
(inputs (inputs
`(("gobject-introspection" ,gobject-introspection) `(("gobject-introspection" ,gobject-introspection)
("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
("gst-plugins-base" ,gst-plugins-base) ("gst-plugins-base" ,gst-plugins-base)
("libnotify" ,libnotify) ("libnotify" ,libnotify)
("libsecret" ,libsecret) ("libsecret" ,libsecret)