mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
Removing mentions in all-packages to already removed expressions (old cross build)
svn path=/nixpkgs/trunk/; revision=20183
This commit is contained in:
parent
023ff2a74a
commit
5ec8e9cc7e
|
@ -5846,21 +5846,6 @@ let
|
|||
inherit fetchurl stdenv perl;
|
||||
};
|
||||
|
||||
linuxHeadersArm = import ../os-specific/linux/kernel-headers-cross {
|
||||
inherit fetchurl stdenv;
|
||||
cross = "arm-linux";
|
||||
};
|
||||
|
||||
linuxHeadersMips = import ../os-specific/linux/kernel-headers-cross {
|
||||
inherit fetchurl stdenv;
|
||||
cross = "mips-linux";
|
||||
};
|
||||
|
||||
linuxHeadersSparc = import ../os-specific/linux/kernel-headers-cross {
|
||||
inherit fetchurl stdenv;
|
||||
cross = "sparc-linux";
|
||||
};
|
||||
|
||||
kernelPatches = import ../os-specific/linux/kernel/patches.nix {
|
||||
inherit fetchurl;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue