gnu: libwpe: Include python phases.

* gnu/packages/webkit.scm (libwpe) [arguments]: Modify.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
This commit is contained in:
Raghav Gururajan 2020-08-17 01:34:35 -04:00 committed by Danny Milosavljevic
parent 38bb3b1722
commit 8257a34cdc
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -77,7 +77,8 @@ (define-public libwpe
(base32 "141w35b488jjhanl3nrm0awrbcy6hb579fk8n9vbpx07m2wcd1rm")))) (base32 "141w35b488jjhanl3nrm0awrbcy6hb579fk8n9vbpx07m2wcd1rm"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ;no tests `(#:python? #t ; To wrap binaries
#:tests? #f)) ;no tests
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)
("python" ,python-wrapper))) ("python" ,python-wrapper)))