summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/linux-3.0.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2011-07-24 20:24:12 +0000
committerShea Levy <shea@shealevy.com>2011-07-24 20:24:12 +0000
commit5db8c885470584789547c2b24544bcd98f758721 (patch)
tree7c79872824c3db3eca08682aad4b2df5b3af3ee9 /pkgs/os-specific/linux/kernel/linux-3.0.nix
parent1bc8594052a0df817abca2793a6bc4fda6d5458e (diff)
downloadnixpkgs-5db8c885470584789547c2b24544bcd98f758721.tar
nixpkgs-5db8c885470584789547c2b24544bcd98f758721.tar.gz
nixpkgs-5db8c885470584789547c2b24544bcd98f758721.tar.bz2
nixpkgs-5db8c885470584789547c2b24544bcd98f758721.tar.lz
nixpkgs-5db8c885470584789547c2b24544bcd98f758721.tar.xz
nixpkgs-5db8c885470584789547c2b24544bcd98f758721.tar.zst
nixpkgs-5db8c885470584789547c2b24544bcd98f758721.zip
Fix problem with linux 3.0 trying to install in /nix/store/...
Thanks to MarcWeber on IRC for helping with this

svn path=/nixpkgs/trunk/; revision=27921
Diffstat (limited to 'pkgs/os-specific/linux/kernel/linux-3.0.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/linux-3.0.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/linux-3.0.nix b/pkgs/os-specific/linux/kernel/linux-3.0.nix
index c9bde0eafe9..169c37dec49 100644
--- a/pkgs/os-specific/linux/kernel/linux-3.0.nix
+++ b/pkgs/os-specific/linux/kernel/linux-3.0.nix
@@ -200,6 +200,8 @@ import ./generic.nix (
     config = configWithPlatform stdenv.platform;
     configCross = configWithPlatform stdenv.cross.platform;
 
+    setModuleDir = false;
+
     features.iwlwifi = true;
   }