summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghav Gururajan <raghavgururajan@disroot.org>2020-08-17 06:00:45 -0400
committerDanny Milosavljevic <dannym@scratchpost.org>2020-08-19 19:04:07 +0200
commit39f27452a00a8d7524f928a77e6defcad4bf4f23 (patch)
tree3621fb8c7f2cf1c1b9eee87b931c36481d6f6e3c
parent1c47886c07714a2fffe74ed43e22d3e77abdf962 (diff)
gnu: libcamera: Include python phases.
* gnu/packages/networking.scm (libcamera) [arguments]: Modify. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
-rw-r--r--gnu/packages/networking.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index bf5cef15a1..c600f75ffe 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")