diff options
author | Raghav Gururajan <raghavgururajan@disroot.org> | 2020-08-17 01:34:35 -0400 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2020-08-19 19:04:04 +0200 |
commit | 8257a34cdc243d4d479399262211e4128393eabd (patch) | |
tree | 90162bb35f5da9933f327224c112843d9b34aed1 | |
parent | 38bb3b17220ae28d9443b0de0a8708d2d4d1b9f7 (diff) | |
download | guix-8257a34cdc243d4d479399262211e4128393eabd.tar.gz |
gnu: libwpe: Include python phases.
* gnu/packages/webkit.scm (libwpe) [arguments]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
-rw-r--r-- | gnu/packages/webkit.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm index 427380ff8c..a94fa7ed79 100644 --- a/gnu/packages/webkit.scm +++ b/gnu/packages/webkit.scm @@ -77,7 +77,8 @@ (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))) |