[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
131/203: gnu: pulseaudio: Add doxygen to fix build.
From: |
guix-commits |
Subject: |
131/203: gnu: pulseaudio: Add doxygen to fix build. |
Date: |
Wed, 3 Nov 2021 21:10:21 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 7180dfc3e68f3ce2fda0c38c7dce4b7fc388e9c2
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Oct 17 04:38:22 2021 -0400
gnu: pulseaudio: Add doxygen to fix build.
* gnu/packages/pulseaudio.scm (pulseaudio)[native-inputs]: Add doxygen.
---
gnu/packages/pulseaudio.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm
index fe02432..66370a2 100644
--- a/gnu/packages/pulseaudio.scm
+++ b/gnu/packages/pulseaudio.scm
@@ -51,6 +51,7 @@
#:use-module (gnu packages boost)
#:use-module (gnu packages check)
#:use-module (gnu packages databases)
+ #:use-module (gnu packages documentation)
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages glib)
#:use-module (gnu packages gettext)
@@ -262,6 +263,7 @@ rates.")
("eudev" ,eudev))) ;for the detection of hardware audio devices
(native-inputs
`(("check" ,check)
+ ("doxygen" ,doxygen)
("gettext" ,gettext-minimal)
("glib:bin" ,glib "bin")
("m4" ,m4)
- 78/203: gnu: gtk+-2: Fix ‘builder’ test., (continued)
- 78/203: gnu: gtk+-2: Fix ‘builder’ test., guix-commits, 2021/11/03
- 79/203: gnu: diffutils: Fix signal processing., guix-commits, 2021/11/03
- 88/203: guix: packages: Fix repacking of plain tarballs., guix-commits, 2021/11/03
- 112/203: gnu: libcloudproviders-minimal: Introduce minimal variant., guix-commits, 2021/11/03
- 95/203: gnu: Move a few Python packages to (gnu packages python-build)., guix-commits, 2021/11/03
- 96/203: gnu: python-pypa-build: Update to 0.7.0., guix-commits, 2021/11/03
- 102/203: gnu: meson: Patch to allow installing to independent prefixes., guix-commits, 2021/11/03
- 119/203: gnu: openssl: Absorb 1.1.1l graft., guix-commits, 2021/11/03
- 129/203: gnu: libsoup: Update to 3.0.1., guix-commits, 2021/11/03
- 134/203: gnu: llvm: Add make-lld-wrapper, lld-wrapper and lld-as-ld-wrapper., guix-commits, 2021/11/03
- 131/203: gnu: pulseaudio: Add doxygen to fix build.,
guix-commits <=
- 156/203: gnu: python-six-bootstrap: Update to 1.16.0., guix-commits, 2021/11/03
- 153/203: gnu: boost: Update to 1.77.0., guix-commits, 2021/11/03
- 147/203: gnu: nss: Update to 3.71., guix-commits, 2021/11/03
- 155/203: gnu: python-pytest: Update to 6.2.5., guix-commits, 2021/11/03
- 25/203: gnu: gst-plugins-bad: Update to 1.18.4., guix-commits, 2021/11/03
- 07/203: gnu: json-c: Update to 0.15., guix-commits, 2021/11/03
- 34/203: gnu: gnupg: Don't explicitly return #t from phases., guix-commits, 2021/11/03
- 01/203: gnu: apr: Update to 1.7.0., guix-commits, 2021/11/03
- 03/203: gnu: rust: Update to 1.50., guix-commits, 2021/11/03
- 09/203: gnu: gdk-pixbuf: Add a debug output., guix-commits, 2021/11/03