xorg: don't splice scope attributes into main package set
This commit is contained in:
parent
fb9604c4b7
commit
47bf3f3d3f
@ -112,7 +112,9 @@ let
|
|||||||
inherit (pkgs.stdenv) buildPlatform targetPlatform hostPlatform;
|
inherit (pkgs.stdenv) buildPlatform targetPlatform hostPlatform;
|
||||||
};
|
};
|
||||||
|
|
||||||
splicedPackagesWithXorg = splicedPackages // splicedPackages.xorg;
|
splicedPackagesWithXorg = splicedPackages // builtins.removeAttrs splicedPackages.xorg [
|
||||||
|
"callPackage" "newScope" "overrideScope" "packages"
|
||||||
|
];
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user