mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
38bb3b1722
commit
8257a34cdc
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,8 @@ (define-public libwpe
|
|||
(base32 "141w35b488jjhanl3nrm0awrbcy6hb579fk8n9vbpx07m2wcd1rm"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;no tests
|
||||
`(#:python? #t ; To wrap binaries
|
||||
#:tests? #f)) ;no tests
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("python" ,python-wrapper)))
|
||||
|
|
Loading…
Reference in a new issue