Typo in path to the patch
svn path=/nixpkgs/branches/stdenv-updates/; revision=9848
This commit is contained in:
parent
29b6f99016
commit
c05319d084
@ -7,7 +7,7 @@ args:
|
|||||||
|
|
||||||
systemPatches = [
|
systemPatches = [
|
||||||
{ name = "paravirt-nvidia";
|
{ 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";
|
{ name = "fbsplash-0.9.2-r5-2.6.21";
|
||||||
patch = args.fetchurl {
|
patch = args.fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user