about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/patches.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2012-04-23 00:12:47 +0000
committerShea Levy <shea@shealevy.com>2012-04-23 00:12:47 +0000
commit50a0b839af5ca49075d268b93e4a94473ff4cfff (patch)
treedc2dad7b3df0e47bd397260e6a9b306e24825955 /pkgs/os-specific/linux/kernel/patches.nix
parent50cab85e88ca3272179e6bf1f5e9927b2b5ec411 (diff)
downloadnixlib-50a0b839af5ca49075d268b93e4a94473ff4cfff.tar
nixlib-50a0b839af5ca49075d268b93e4a94473ff4cfff.tar.gz
nixlib-50a0b839af5ca49075d268b93e4a94473ff4cfff.tar.bz2
nixlib-50a0b839af5ca49075d268b93e4a94473ff4cfff.tar.lz
nixlib-50a0b839af5ca49075d268b93e4a94473ff4cfff.tar.xz
nixlib-50a0b839af5ca49075d268b93e4a94473ff4cfff.tar.zst
nixlib-50a0b839af5ca49075d268b93e4a94473ff4cfff.zip
Linux 3.3.3
This incorporates the btrfs fix, so remove that patch. Also, I will test
that this builds after committing, and fix it if it fails

svn path=/nixpkgs/trunk/; revision=33885
Diffstat (limited to 'pkgs/os-specific/linux/kernel/patches.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/patches.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/os-specific/linux/kernel/patches.nix b/pkgs/os-specific/linux/kernel/patches.nix
index 9d4a6d001c4a..75f6473b57ba 100644
--- a/pkgs/os-specific/linux/kernel/patches.nix
+++ b/pkgs/os-specific/linux/kernel/patches.nix
@@ -359,9 +359,4 @@ rec {
       name = "guruplug-arch-number";
       patch = ./guruplug-mach-type.patch;
     };
-
-  btrfs_enospc =
-    { name = "btrfs-enospc-3.3-revert";
-      patch = ./btrfs-enospc.patch;
-    };
 }