3
0
Fork 0
forked from mirrors/nixpkgs

chromium: depend on libpng12

svn path=/nixpkgs/trunk/; revision=32789
This commit is contained in:
Mathijs Kwik 2012-03-04 22:47:52 +00:00
parent c1b59aa71d
commit b247fa9c2c

View file

@ -6512,6 +6512,7 @@ let
chrome = lowPrio (callPackage ../applications/networking/browsers/chromium {
inherit (gnome) GConf;
libpng = libpng12;
patchelf = patchelf06;
});