guix-commits
[Top][All Lists]
Advanced

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

380/402: gnu: libcamera: Include python phases.


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

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

commit d101d761e181f0db83f59289b856fb041ad38462
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Mon Aug 17 06:00:45 2020 -0400

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

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index bf5cef1..c600f75 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -160,6 +160,7 @@
     (outputs '("out" "doc"))
     (arguments
      `(#:glib-or-gtk? #t     ; To wrap binaries and/or compile schemas
+       #:python? #t ; To wrap binaries
        #:configure-flags
        (list
         "-Dv4l2=true")



reply via email to

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