me
/
guix
Archived
1
0
Fork 0

gnu: gst-python: Use new package style.

* gnu/packages/gstreamer.scm (gst-python)[arguments]: Convert to list of
G-Expressions.
master
Liliana Marie Prikler 2022-06-29 21:20:45 +02:00
parent 759f9e7135
commit ab0f743139
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 7 additions and 6 deletions

View File

@ -1070,15 +1070,16 @@ binary, but none of the actual plugins.")))
"1p6g05k88nbbv5x9madsvphxcdkfl1z0lmp39p6bhmg9x8h82d6v"))))
(build-system meson-build-system)
(arguments
`(#:modules ((guix build meson-build-system)
(list
#:modules `((guix build meson-build-system)
(guix build utils)
((guix build python-build-system) #:prefix python:))
#:imported-modules (,@%meson-build-system-modules
#:imported-modules `(,@%meson-build-system-modules
(guix build python-build-system))
#:configure-flags
(list (string-append
"-Dpygi-overrides-dir="
(python:site-packages %build-inputs %outputs) "/gi/overrides"))))
#:configure-flags
#~(list (string-append
"-Dpygi-overrides-dir="
(python:site-packages %build-inputs %outputs) "/gi/overrides"))))
(native-inputs
(list pkg-config python))
(propagated-inputs