qt54: recurseIntoAttrs for nix-env
This commit is contained in:
parent
2354c68d1d
commit
0d7955677f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user