Author: shlevy
Date: Sat May  5 14:26:20 2012
New Revision: 33987
URL: https://nixos.org/websvn/nix/?rev=33987&sc=1

Log:
We no longer need the bootstub config patch

Deleted:
   nixpkgs/trunk/pkgs/os-specific/linux/kernel/efi-bootstub-config-3.3.patch
Modified:
   nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix
   nixpkgs/trunk/pkgs/top-level/all-packages.nix

Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix     Sat May  5 
14:23:51 2012        (r33986)
+++ nixpkgs/trunk/pkgs/os-specific/linux/kernel/patches.nix     Sat May  5 
14:26:20 2012        (r33987)
@@ -334,11 +334,6 @@
       patch = ./sheevaplug_modules-2.6.35.patch;
     };
 
-  efi_bootstub_config_3_3 =
-    { name = "efi-config-3.3";
-      patch = ./efi-bootstub-config-3.3.patch;
-    };
-
   mips_restart_2_6_36 =
     { name = "mips_restart_2_6_36";
       patch = ./mips_restart.patch;

Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix       Sat May  5 14:23:51 
2012        (r33986)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Sat May  5 14:26:20 
2012        (r33987)
@@ -5745,7 +5745,6 @@
       [ #kernelPatches.fbcondecor_2_6_38
         kernelPatches.sec_perm_2_6_24
         kernelPatches.aufs3_3
-        kernelPatches.efi_bootstub_config_3_3
       ];
   };
 
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to