[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
131/180: gnu: pulseaudio: Add doxygen to fix build.
From: |
guix-commits |
Subject: |
131/180: gnu: pulseaudio: Add doxygen to fix build. |
Date: |
Fri, 29 Oct 2021 15:57:05 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 848295dc9a541a942ee95c803528596c73e56657
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 a164627..e3da221 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)
- 101/180: gnu: python-pathlib2: Update to 2.3.6., (continued)
- 101/180: gnu: python-pathlib2: Update to 2.3.6., guix-commits, 2021/10/29
- 102/180: gnu: meson: Patch to allow installing to independent prefixes., guix-commits, 2021/10/29
- 103/180: build: glib-or-gtk-build-system: Simplify the wrap-all-programs phase., guix-commits, 2021/10/29
- 107/180: gnu: lsof: Disable the LTlock test., guix-commits, 2021/10/29
- 106/180: gnu: at-spi2-atk: Break a dependency cycle between GTK+ and Inkscape., guix-commits, 2021/10/29
- 108/180: gnu: lsof: Fix indentation., guix-commits, 2021/10/29
- 111/180: gnu: colord-minimal: Introduce minimal variant., guix-commits, 2021/10/29
- 118/180: gnu: cmake-bootstrap: Update to 3.21.3., guix-commits, 2021/10/29
- 119/180: gnu: openssl: Absorb 1.1.1l graft., guix-commits, 2021/10/29
- 124/180: gnu: libthai: Make datrie a normal native-input., guix-commits, 2021/10/29
- 131/180: gnu: pulseaudio: Add doxygen to fix build.,
guix-commits <=
- 133/180: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/10/29
- 132/180: gnu: webkitgtk: Add a debug output., guix-commits, 2021/10/29
- 130/180: gnu: webkitgtk: Update to 2.34.1., guix-commits, 2021/10/29
- 134/180: gnu: llvm: Add make-lld-wrapper, lld-wrapper and lld-as-ld-wrapper., guix-commits, 2021/10/29
- 138/180: profiles: Add a gdk-pixbuf-loaders-cache-file hook., guix-commits, 2021/10/29
- 141/180: gnu: librsvg: Preserve the loaders.cache file., guix-commits, 2021/10/29
- 143/180: gnu: elogind: Update to 246.10., guix-commits, 2021/10/29
- 92/180: gnu: rust: Add rust 1.54 and move all non-bootstrapping logic to it., guix-commits, 2021/10/29
- 105/180: gnu: at-spi2-core: Reverse inheritance relationship with minimal variant., guix-commits, 2021/10/29
- 104/180: build: glib-or-gtk-build-system: Fix indentation., guix-commits, 2021/10/29