xorg: don't splice scope attributes into main package set

This commit is contained in:
Andrew Childs 2018-08-21 00:08:52 +09:00 committed by John Ericson
parent fb9604c4b7
commit 47bf3f3d3f

View file

@ -112,7 +112,9 @@ let
inherit (pkgs.stdenv) buildPlatform targetPlatform hostPlatform;
};
splicedPackagesWithXorg = splicedPackages // splicedPackages.xorg;
splicedPackagesWithXorg = splicedPackages // builtins.removeAttrs splicedPackages.xorg [
"callPackage" "newScope" "overrideScope" "packages"
];
in