File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10482,7 +10482,7 @@ with pkgs;
1048210482 qt6 = recurseIntoAttrs (callPackage ../development/libraries/qt-6 { });
1048310483
1048410484 qt6Packages = recurseIntoAttrs (import ./qt6-packages.nix {
10485- inherit lib __splicedPackages makeScopeWithSplicing' generateSplicesForMkScope pkgsHostTarget kdePackages;
10485+ inherit lib config __splicedPackages makeScopeWithSplicing' generateSplicesForMkScope pkgsHostTarget kdePackages;
1048610486 inherit stdenv;
1048710487 });
1048810488
Original file line number Diff line number Diff line change 55# this file.
66
77{ lib
8+ , config
89, __splicedPackages
910, makeScopeWithSplicing'
1011, generateSplicesForMkScope
@@ -124,6 +125,6 @@ makeScopeWithSplicing' {
124125
125126 xwaylandvideobridge = kdePackages . callPackage ../tools/wayland/xwaylandvideobridge { } ;
126127 } ) ;
127- } // {
128+ } // lib . optionalAttrs config . allowAliases {
128129 stdenv = lib . warn "qt6Packages.stdenv is deprecated. Use stdenv instead." stdenv ; # Added for 25.05
129130}
You can’t perform that action at this time.
0 commit comments