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

authored by

Ramses and committed by
GitHub
d641f2dc 275e7239

+9 -1
+9 -1
pkgs/by-name/in/industrializer/package.nix
··· 6 6 audiofile, 7 7 autoconf, 8 8 automake, 9 + gettext, 9 10 gnome2, 10 11 gtk2, 11 12 libGL, 12 13 libjack2, 14 + libpulseaudio, 13 15 libtool, 14 16 libxml2, 15 17 pkg-config, ··· 28 30 pkg-config 29 31 autoconf 30 32 automake 33 + gettext # autopoint 34 + libxml2 # AM_PATH_XML2 35 + alsa-lib # AM_PATH_ALSA 36 + libtool 31 37 ]; 32 38 33 39 buildInputs = [ ··· 37 43 gtk2 38 44 libGL 39 45 libjack2 40 - libtool 41 46 libxml2 47 + libpulseaudio 42 48 ]; 49 + 50 + strictDeps = true; 43 51 44 52 preConfigure = "./autogen.sh"; 45 53