guix-commits
[Top][All Lists]
Advanced

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

45/45: gnu: libcamera: Include python phases.


From: guix-commits
Subject: 45/45: gnu: libcamera: Include python phases.
Date: Mon, 17 Aug 2020 07:39:30 -0400 (EDT)

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

commit 1d5d00184359db99a1a73b83563db2b730781e05
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 548c10a..fc0155b 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]