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;
|
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 {
|
kernelPatches = import ../os-specific/linux/kernel/patches.nix {
|
||||||
inherit fetchurl;
|
inherit fetchurl;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user