summary refs log tree commit diff
path: root/pkgs/os-specific/linux
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2007-12-03 23:27:53 +0000
committerYury G. Kudryashov <urkud.urkud@gmail.com>2007-12-03 23:27:53 +0000
commitc05319d084d7a73e4d94e8f21844fd739ca989b1 (patch)
treec3b187c820bfd6d9e304967444141c78a5de43fc /pkgs/os-specific/linux
parent29b6f99016b891ea4b410f5c3e56546ea54315a5 (diff)
downloadnixpkgs-c05319d084d7a73e4d94e8f21844fd739ca989b1.tar
nixpkgs-c05319d084d7a73e4d94e8f21844fd739ca989b1.tar.gz
nixpkgs-c05319d084d7a73e4d94e8f21844fd739ca989b1.tar.bz2
nixpkgs-c05319d084d7a73e4d94e8f21844fd739ca989b1.tar.lz
nixpkgs-c05319d084d7a73e4d94e8f21844fd739ca989b1.tar.xz
nixpkgs-c05319d084d7a73e4d94e8f21844fd739ca989b1.tar.zst
nixpkgs-c05319d084d7a73e4d94e8f21844fd739ca989b1.zip
Typo in path to the patch
svn path=/nixpkgs/branches/stdenv-updates/; revision=9848
Diffstat (limited to 'pkgs/os-specific/linux')
-rw-r--r--pkgs/os-specific/linux/kernel/2.6.22.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/2.6.22.nix b/pkgs/os-specific/linux/kernel/2.6.22.nix
index 63943cd9893..c3d167f6b19 100644
--- a/pkgs/os-specific/linux/kernel/2.6.22.nix
+++ b/pkgs/os-specific/linux/kernel/2.6.22.nix
@@ -7,7 +7,7 @@ args:
 
 	systemPatches = [
       { name = "paravirt-nvidia";
-        patch = ../os-specific/linux/kernel/2.6.22-paravirt-nvidia.patch;
+        patch = ./2.6.22-paravirt-nvidia.patch;
       }
       { name = "fbsplash-0.9.2-r5-2.6.21";
         patch = args.fetchurl {