From 5ec8e9cc7e95fe6a920e0150700274c7e8fb5782 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Mon, 22 Feb 2010 23:43:29 +0000 Subject: [PATCH] Removing mentions in all-packages to already removed expressions (old cross build) svn path=/nixpkgs/trunk/; revision=20183 --- pkgs/top-level/all-packages.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index ab21a659fc33..76e9abb6fd49 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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; };