guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

351/402: gnu: libwpe: Include python phases.


From: guix-commits
Subject: 351/402: gnu: libwpe: Include python phases.
Date: Tue, 18 Aug 2020 16:48:22 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit dc12f97ff13c8f07ad31e340eceb6fc1300f83c0
Author: Raghav Gururajan <raghavgururajan@disroot.org>
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 <dannym@scratchpost.org>
---
 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]