dannym pushed a commit to branch wip-desktop
in repository guix.
commit dc12f97ff13c8f07ad31e340eceb6fc1300f83c0
Author: Raghav Gururajan <[email protected]>
AuthorDate: Mon Aug 17 01:34:35 2020 -0400
gnu: libwpe: Include python phases.
* gnu/packages/webkit.scm (libwpe) [arguments]: Modify.
Signed-off-by: Danny Milosavljevic <[email protected]>
---
gnu/packages/webkit.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/webkit.scm b/gnu/packages/webkit.scm
index 427380f..a94fa7e 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)))