qt5: make package sets overridable
This commit is contained in:
parent
901a778c77
commit
6fa2979ebc
@ -9526,7 +9526,8 @@ with pkgs;
|
|||||||
developerBuild = true;
|
developerBuild = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
qt56 = recurseIntoAttrs (import ../development/libraries/qt-5/5.6 {
|
qt56 = recurseIntoAttrs (makeOverridable
|
||||||
|
(import ../development/libraries/qt-5/5.6) {
|
||||||
inherit newScope;
|
inherit newScope;
|
||||||
inherit stdenv fetchurl makeSetupHook makeWrapper;
|
inherit stdenv fetchurl makeSetupHook makeWrapper;
|
||||||
bison = bison2; # error: too few arguments to function 'int yylex(...
|
bison = bison2; # error: too few arguments to function 'int yylex(...
|
||||||
@ -9539,7 +9540,8 @@ with pkgs;
|
|||||||
|
|
||||||
libsForQt56 = recurseIntoAttrs (lib.makeScope qt56.newScope mkLibsForQt5);
|
libsForQt56 = recurseIntoAttrs (lib.makeScope qt56.newScope mkLibsForQt5);
|
||||||
|
|
||||||
qt58 = recurseIntoAttrs (import ../development/libraries/qt-5/5.8 {
|
qt58 = recurseIntoAttrs (makeOverridable
|
||||||
|
(import ../development/libraries/qt-5/5.8) {
|
||||||
inherit newScope;
|
inherit newScope;
|
||||||
inherit stdenv fetchurl makeSetupHook makeWrapper;
|
inherit stdenv fetchurl makeSetupHook makeWrapper;
|
||||||
bison = bison2; # error: too few arguments to function 'int yylex(...
|
bison = bison2; # error: too few arguments to function 'int yylex(...
|
||||||
|
Loading…
Reference in New Issue
Block a user