mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
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 = [
|
||||
{ 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 {
|
||||
|
|
Loading…
Reference in a new issue