pulseaudio: Add separate runtime libtool dep for dynamic linking
This commit is contained in:
committed by
John Ericson
parent
7c73ff4e92
commit
6810ae7935
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
|
||||
lib.optionals stdenv.isLinux [ libcap ];
|
||||
|
||||
buildInputs =
|
||||
[ libsndfile speexdsp fftwFloat ]
|
||||
[ libtool libsndfile speexdsp fftwFloat ]
|
||||
++ lib.optionals stdenv.isLinux [ glib dbus ]
|
||||
++ lib.optionals stdenv.isDarwin [ CoreServices AudioUnit Cocoa ]
|
||||
++ lib.optionals (!libOnly) (
|
||||
|
||||
Reference in New Issue
Block a user