GNU bug report logs -
#58093
[PATCH] gnu: pipewire-0.3: Add man pages.
Previous Next
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
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 2 years and 241 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.