all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 74589@debbugs.gnu.org
Cc: Nicolas Graves <ngraves@ngraves.fr>
Subject: [bug#74589] [PATCH 1/2] gnu: Add libcamera-minimal.
Date: Thu, 28 Nov 2024 14:41:22 +0100	[thread overview]
Message-ID: <20241128134126.14801-1-ngraves@ngraves.fr> (raw)
In-Reply-To: <20241128130056.6704-1-ngraves@ngraves.fr>

* 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





  reply	other threads:[~2024-11-28 13:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-28 12:58 [bug#74589] [PATCH 0/2] Decouple pipewire from qtbase Nicolas Graves via Guix-patches via
2024-11-28 13:41 ` Nicolas Graves via Guix-patches via [this message]
2024-11-28 13:41 ` [bug#74589] [PATCH v2 1/2] gnu: Add libcamera-minimal Nicolas Graves via Guix-patches via
2024-11-28 13:41   ` [bug#74589] [PATCH v2 2/2] gnu: pipewire: Replace libcamera by libcamera-minimal Nicolas Graves via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241128134126.14801-1-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=74589@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.