GNU bug report logs - #74589
[PATCH 0/2] Decouple pipewire from qtbase.

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Thu, 28 Nov 2024 13:02:02 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: 74589 <at> debbugs.gnu.org
Cc: Nicolas Graves <ngraves <at> ngraves.fr>
Subject: [bug#74589] [PATCH 1/2] gnu: Add libcamera-minimal.
Date: Thu, 28 Nov 2024 14:41:22 +0100
* gnu/packages/networking.scm (libcamera-minimal): New variable.
---
 gnu/packages/networking.scm | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index d78f4ca02f..cf90ffb1cd 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -470,6 +470,13 @@ (define-public libcamera
     (home-page "https://libcamera.org/")
     (license license:lgpl2.1+)))
 
+(define-public libcamera-minimal
+  (package
+    (inherit libcamera)
+    (name "libcamera-minimal")
+    (inputs (modify-inputs (package-inputs libcamera)
+              (delete "qtbase")))))
+
 (define-public libnice
   (package
     (name "libnice")
-- 
2.46.0





This bug report was last modified 53 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.