qt54: recurseIntoAttrs for nix-env

This commit is contained in:
Thomas Tuegel
2015-04-08 10:09:49 -05:00
parent 2354c68d1d
commit 0d7955677f

View File

@@ -7353,7 +7353,7 @@ let
bison = bison2; # error: too few arguments to function 'int yylex(...
};
qt54 = callPackage ../development/libraries/qt-5/5.4 {};
qt54 = recurseIntoAttrs (callPackage ../development/libraries/qt-5/5.4 {});
qt5 = qt54;