qt5: make package sets overridable
This commit is contained in:
parent
901a778c77
commit
6fa2979ebc
@ -9526,30 +9526,32 @@ with pkgs;
|
|||||||
developerBuild = true;
|
developerBuild = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
qt56 = recurseIntoAttrs (import ../development/libraries/qt-5/5.6 {
|
qt56 = recurseIntoAttrs (makeOverridable
|
||||||
inherit newScope;
|
(import ../development/libraries/qt-5/5.6) {
|
||||||
inherit stdenv fetchurl makeSetupHook makeWrapper;
|
inherit newScope;
|
||||||
bison = bison2; # error: too few arguments to function 'int yylex(...
|
inherit stdenv fetchurl makeSetupHook makeWrapper;
|
||||||
inherit cups;
|
bison = bison2; # error: too few arguments to function 'int yylex(...
|
||||||
harfbuzz = harfbuzz-icu;
|
inherit cups;
|
||||||
mesa = mesa_noglu;
|
harfbuzz = harfbuzz-icu;
|
||||||
inherit perl;
|
mesa = mesa_noglu;
|
||||||
inherit (gst_all_1) gstreamer gst-plugins-base;
|
inherit perl;
|
||||||
});
|
inherit (gst_all_1) gstreamer gst-plugins-base;
|
||||||
|
});
|
||||||
|
|
||||||
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
|
||||||
inherit newScope;
|
(import ../development/libraries/qt-5/5.8) {
|
||||||
inherit stdenv fetchurl makeSetupHook makeWrapper;
|
inherit newScope;
|
||||||
bison = bison2; # error: too few arguments to function 'int yylex(...
|
inherit stdenv fetchurl makeSetupHook makeWrapper;
|
||||||
inherit cups;
|
bison = bison2; # error: too few arguments to function 'int yylex(...
|
||||||
harfbuzz = harfbuzz-icu;
|
inherit cups;
|
||||||
mesa = mesa_noglu;
|
harfbuzz = harfbuzz-icu;
|
||||||
inherit perl;
|
mesa = mesa_noglu;
|
||||||
inherit (gst_all_1) gstreamer gst-plugins-base;
|
inherit perl;
|
||||||
inherit (gnome3) gtk3 dconf;
|
inherit (gst_all_1) gstreamer gst-plugins-base;
|
||||||
});
|
inherit (gnome3) gtk3 dconf;
|
||||||
|
});
|
||||||
|
|
||||||
libsForQt58 = recurseIntoAttrs (lib.makeScope qt58.newScope mkLibsForQt5);
|
libsForQt58 = recurseIntoAttrs (lib.makeScope qt58.newScope mkLibsForQt5);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user