mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
pulseaudio: Add separate runtime libtool dep for dynamic linking
This commit is contained in:
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) (
|
||||
|
Loading…
Reference in New Issue
Block a user