guix-commits
[Top][All Lists]
Advanced

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

225/265: gnu: grilo-plugins: Include python phases.


From: guix-commits
Subject: 225/265: gnu: grilo-plugins: Include python phases.
Date: Wed, 19 Aug 2020 13:09:39 -0400 (EDT)

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

commit 8b04fe5ca406a4ada8d2ab04eac4f91b2330f4c5
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 02:30:28 2020 -0400

    gnu: grilo-plugins: Include python phases.
    
    * gnu/packages/gnome.scm (grilo-plugins) [arguments]: Modify.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2b3bfc3..5b78125 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6971,6 +6971,7 @@ from various sources using a single API.")
     (build-system meson-build-system)
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'disable-failing-tests



reply via email to

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