dannym pushed a commit to branch wip-desktop
in repository guix.
commit 8732c5b0c7f6c16df20e594c3fb434bb445e77d6
Author: Raghav Gururajan <[email protected]>
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 <[email protected]>
---
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")