firefox-bin: Remove alsa/libpulseaudio dev outputs
It doesn't seem that these make any functional difference, but they are increasing the closure size.
This commit is contained in:
parent
84ffcd2b5b
commit
92f2c8b4ac
@ -92,7 +92,6 @@ stdenv.mkDerivation {
|
||||
libPath = lib.makeLibraryPath
|
||||
[ stdenv.cc.cc
|
||||
alsaLib
|
||||
(lib.getDev alsaLib)
|
||||
atk
|
||||
cairo
|
||||
curl
|
||||
@ -128,7 +127,6 @@ stdenv.mkDerivation {
|
||||
pango
|
||||
libheimdal
|
||||
libpulseaudio
|
||||
(lib.getDev libpulseaudio)
|
||||
systemd
|
||||
ffmpeg
|
||||
] + ":" + lib.makeSearchPathOutput "lib" "lib64" [
|
||||
|
Loading…
Reference in New Issue
Block a user