unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58093] [PATCH] gnu: pipewire-0.3: Add man pages.
@ 2022-09-26 13:49 Josselin Poiret via Guix-patches via
  2022-09-27  8:52 ` bug#58093: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2022-09-26 13:49 UTC (permalink / raw)
  To: 58093; +Cc: Josselin Poiret

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58093: [PATCH] gnu: pipewire-0.3: Add man pages.
  2022-09-26 13:49 [bug#58093] [PATCH] gnu: pipewire-0.3: Add man pages Josselin Poiret via Guix-patches via
@ 2022-09-27  8:52 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-09-27  8:52 UTC (permalink / raw)
  To: Josselin Poiret; +Cc: 58093-done


> * gnu/packages/linux.scm (pipewire-0.3): Add man pages generation.

Applied, thanks!

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-27  9:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-26 13:49 [bug#58093] [PATCH] gnu: pipewire-0.3: Add man pages Josselin Poiret via Guix-patches via
2022-09-27  8:52 ` bug#58093: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).