forked from mirrors/nixpkgs
firefox-bin: fix pulseaudio references
This commit is contained in:
parent
ece4c62d4b
commit
0c7b8931f9
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, fetchurl, config, wrapGAppsHook
|
||||
{ lib, stdenv, fetchurl, config, wrapGAppsHook
|
||||
, alsaLib
|
||||
, atk
|
||||
, cairo
|
||||
|
@ -87,7 +87,7 @@ stdenv.mkDerivation {
|
|||
libPath = stdenv.lib.makeLibraryPath
|
||||
[ stdenv.cc.cc
|
||||
alsaLib
|
||||
alsaLib.dev
|
||||
(lib.getDev alsaLib)
|
||||
atk
|
||||
cairo
|
||||
curl
|
||||
|
@ -124,7 +124,7 @@ stdenv.mkDerivation {
|
|||
pango
|
||||
libheimdal
|
||||
libpulseaudio
|
||||
libpulseaudio.dev
|
||||
(lib.getDev libpulseaudio)
|
||||
systemd
|
||||
] + ":" + stdenv.lib.makeSearchPathOutput "lib" "lib64" [
|
||||
stdenv.cc.cc
|
||||
|
|
Loading…
Reference in a new issue