Commit b14916e8 authored by Artturin's avatar Artturin
Browse files

splice.nix: remove toplevel {build,host,target}Platform in `__splicedPackages`

These should have been removed in ecab3ede but were not discovered.

Since these were only in `__splicedPackages` they were only available in
`callPackage`, now that they are removed the entries in aliases.nix will take over.

https://www.github.com/NixOS/nixpkgs/blob/e056730f13ab6ed6d8325d4343752f7f9b9bf60b/pkgs/top-level/aliases.nix#L1817
parent 35f9ccf1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -119,7 +119,6 @@ let
      pkgsTargetTarget
      buildPackages pkgs targetPackages
      ;
    inherit (pkgs.stdenv) buildPlatform targetPlatform hostPlatform;
  };

  splicedPackagesWithXorg = splicedPackages // builtins.removeAttrs splicedPackages.xorg [