Typo in path to the patch

svn path=/nixpkgs/branches/stdenv-updates/; revision=9848
This commit is contained in:
Yury G. Kudryashov 2007-12-03 23:27:53 +00:00
parent 29b6f99016
commit c05319d084

@ -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 {