me
/
guix
Archived
1
0
Fork 0

gnu: lollypop: Update package style.

* gnu/packages/gnome.scm (lollypop)[arguments]: Convert to list of
G-Expressions.

Change-Id: I2f7e0157f65bdd6776fbf15214093a837c5b0fd6
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
James Smith 2024-07-04 16:23:47 -07:00 committed by Liliana Marie Prikler
parent 947d44f1b3
commit aaf157deb3
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 18 additions and 18 deletions

View File

@ -11566,22 +11566,22 @@ views can be printed as PDF or PostScript files, or exported to HTML.")
(base32 "1laj5xwfz2bz29scga2ahhnhlgll4a0n21wwy8mlr4jsl81g0jsa")))) (base32 "1laj5xwfz2bz29scga2ahhnhlgll4a0n21wwy8mlr4jsl81g0jsa"))))
(build-system meson-build-system) (build-system meson-build-system)
(arguments (arguments
`(#:imported-modules (,@%meson-build-system-modules (list #:imported-modules `(,@%meson-build-system-modules
(guix build python-build-system)) (guix build python-build-system))
#:modules ((guix build meson-build-system) #:modules '((guix build meson-build-system)
((guix build python-build-system) #:prefix python:) ((guix build python-build-system) #:prefix python:)
(guix build utils)) (guix build utils))
#:glib-or-gtk? #t #:glib-or-gtk? #t
#:phases #:phases
(modify-phases %standard-phases #~(modify-phases %standard-phases
(add-after 'unpack 'disable-gtk-update-icon-cache (add-after 'unpack 'disable-gtk-update-icon-cache
(lambda _ (lambda _
(setenv "DESTDIR" "/"))) (setenv "DESTDIR" "/")))
(add-after 'install 'wrap-program (add-after 'install 'wrap-program
(lambda* (#:key outputs #:allow-other-keys) (lambda* (#:key outputs #:allow-other-keys)
(wrap-program (search-input-file outputs "bin/lollypop") (wrap-program (search-input-file outputs "bin/lollypop")
`("GI_TYPELIB_PATH" ":" prefix (list "GI_TYPELIB_PATH" ":" 'prefix
(,(getenv "GI_TYPELIB_PATH")))))) (list (getenv "GI_TYPELIB_PATH"))))))
(add-after 'install 'wrap-python (add-after 'install 'wrap-python
(assoc-ref python:%standard-phases 'wrap))))) (assoc-ref python:%standard-phases 'wrap)))))
(native-inputs (native-inputs