industrializer: enable Pulse backend, fix and enable strictDeps (#398504)

This commit is contained in:
Ramses
2025-04-16 11:24:12 +02:00
committed by GitHub
+9 -1
View File
@@ -6,10 +6,12 @@
audiofile,
autoconf,
automake,
gettext,
gnome2,
gtk2,
libGL,
libjack2,
libpulseaudio,
libtool,
libxml2,
pkg-config,
@@ -28,6 +30,10 @@ stdenv.mkDerivation (finalAttrs: {
pkg-config
autoconf
automake
gettext # autopoint
libxml2 # AM_PATH_XML2
alsa-lib # AM_PATH_ALSA
libtool
];
buildInputs = [
@@ -37,10 +43,12 @@ stdenv.mkDerivation (finalAttrs: {
gtk2
libGL
libjack2
libtool
libxml2
libpulseaudio
];
strictDeps = true;
preConfigure = "./autogen.sh";
# jack.c:190:5: error: initialization of 'const gchar * (*)(int)' {aka 'const char * (*)(int)'} from incompatible pointer type 'const char * (*)(int * (*)())