gnu: python-gst: Build with Meson.
* gnu/packages/gstreamer.scm (python-gst)[build-system]: Change to MESON-BUILD-SYSTEM. [arguments]: Adjust accordingly.
This commit is contained in:
parent
4bebd7e4e6
commit
c450ee9755
1 changed files with 5 additions and 4 deletions
|
@ -447,15 +447,16 @@ (define-public python-gst
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a48ca66izmm8hnp608jv5isg3jxb0vlfmhns0bg9nbkilag7390"))))
|
"1a48ca66izmm8hnp608jv5isg3jxb0vlfmhns0bg9nbkilag7390"))))
|
||||||
(build-system gnu-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((guix build gnu-build-system)
|
`(#:modules ((guix build meson-build-system)
|
||||||
|
(guix build utils)
|
||||||
((guix build python-build-system) #:prefix python:))
|
((guix build python-build-system) #:prefix python:))
|
||||||
#:imported-modules (,@%gnu-build-system-modules
|
#:imported-modules (,@%meson-build-system-modules
|
||||||
(guix build python-build-system))
|
(guix build python-build-system))
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
(list (string-append
|
(list (string-append
|
||||||
"--with-pygi-overrides-dir="
|
"-Dpygi-overrides-dir="
|
||||||
(python:site-packages %build-inputs %outputs) "gi/overrides"))))
|
(python:site-packages %build-inputs %outputs) "gi/overrides"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue