GNU bug report logs - #58093
[PATCH] gnu: pipewire-0.3: Add man pages.

Previous Next

Package: guix-patches;

Reported by: Josselin Poiret <dev <at> jpoiret.xyz>

Date: Mon, 26 Sep 2022 13:51:02 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Mathieu Othacehe <othacehe <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#58093: closed ([PATCH] gnu: pipewire-0.3: Add man pages.)
Date: Tue, 27 Sep 2022 08:53:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 27 Sep 2022 10:52:38 +0200
with message-id <87czbh9p2h.fsf <at> gnu.org>
and subject line Re: bug#58093: [PATCH] gnu: pipewire-0.3: Add man pages.
has caused the debbugs.gnu.org bug report #58093,
regarding [PATCH] gnu: pipewire-0.3: Add man pages.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
58093: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58093
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Josselin Poiret <dev <at> jpoiret.xyz>
To: guix-patches <at> gnu.org
Cc: Josselin Poiret <dev <at> jpoiret.xyz>
Subject: [PATCH] gnu: pipewire-0.3: Add man pages.
Date: Mon, 26 Sep 2022 15:49:55 +0200
* gnu/packages/linux.scm (pipewire-0.3): Add man pages generation.
---
 gnu/packages/linux.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1838c9a2fa..eb89900f1c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -8703,7 +8703,11 @@ (define-public pipewire-0.3
       #:configure-flags
       #~(list (string-append "-Dudevrulesdir=" #$output "/lib/udev/rules.d")
               "-Dsystemd=disabled"
-              "-Dsession-managers=[]")))
+              "-Dsession-managers=[]"
+              "-Dman=enabled")))
+    (native-inputs
+     (modify-inputs (package-native-inputs pipewire)
+       (prepend python-docutils)))
     (inputs (modify-inputs (package-inputs pipewire)
               (prepend avahi
                        bluez

base-commit: 9e4164c6ffaa8e39e9a15a0cffa9293bfe28e4b9
-- 
2.37.3



[Message part 3 (message/rfc822, inline)]
From: Mathieu Othacehe <othacehe <at> gnu.org>
To: Josselin Poiret <dev <at> jpoiret.xyz>
Cc: 58093-done <at> debbugs.gnu.org
Subject: Re: bug#58093: [PATCH] gnu: pipewire-0.3: Add man pages.
Date: Tue, 27 Sep 2022 10:52:38 +0200
> * gnu/packages/linux.scm (pipewire-0.3): Add man pages generation.

Applied, thanks!

Mathieu


This bug report was last modified 2 years and 291 days ago.

Previous Next


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