industrializer: enable Pulse backend, fix and enable strictDeps
This commit is contained in:
@@ -6,10 +6,12 @@
|
||||
audiofile,
|
||||
autoconf,
|
||||
automake,
|
||||
gettext,
|
||||
gnome2,
|
||||
gtk2,
|
||||
libGL,
|
||||
libjack2,
|
||||
libpulseaudio,
|
||||
libtool,
|
||||
libxml2,
|
||||
pkg-config,
|
||||
@@ -27,6 +29,10 @@ stdenv.mkDerivation rec {
|
||||
pkg-config
|
||||
autoconf
|
||||
automake
|
||||
gettext # autopoint
|
||||
libxml2 # AM_PATH_XML2
|
||||
alsa-lib # AM_PATH_ALSA
|
||||
libtool
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
@@ -36,10 +42,12 @@ stdenv.mkDerivation rec {
|
||||
gtk2
|
||||
libGL
|
||||
libjack2
|
||||
libtool
|
||||
libxml2
|
||||
libpulseaudio
|
||||
];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
preConfigure = "./autogen.sh";
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user