chromium: depend on libpng12
svn path=/nixpkgs/trunk/; revision=32789
This commit is contained in:
parent
c1b59aa71d
commit
b247fa9c2c
|
@ -6512,6 +6512,7 @@ let
|
||||||
|
|
||||||
chrome = lowPrio (callPackage ../applications/networking/browsers/chromium {
|
chrome = lowPrio (callPackage ../applications/networking/browsers/chromium {
|
||||||
inherit (gnome) GConf;
|
inherit (gnome) GConf;
|
||||||
|
libpng = libpng12;
|
||||||
patchelf = patchelf06;
|
patchelf = patchelf06;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue