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:
@@ -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" [
|
||||
|
||||
Reference in New Issue
Block a user