summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/os-specific')
-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 {