forked from mirrors/nixpkgs
Pass libpng12 to qt-4.6
svn path=/nixpkgs/branches/libpng15/; revision=31444
This commit is contained in:
parent
af58b6ec5f
commit
e275cb515c
|
@ -4448,6 +4448,7 @@ let
|
|||
|
||||
qt46 = callPackage ../development/libraries/qt-4.x/4.6 {
|
||||
inherit (gnome) glib;
|
||||
libpng = pkgs.libpng12;
|
||||
};
|
||||
|
||||
qt47 = callPackage ../development/libraries/qt-4.x/4.7 {
|
||||
|
|
Loading…
Reference in a new issue