1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

More typos

svn path=/nixpkgs/branches/stdenv-updates/; revision=9843
This commit is contained in:
Yury G. Kudryashov 2007-12-03 22:26:36 +00:00
parent c3a8c45431
commit 1893bbb860
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ args:
patch = ./2.6.20-paravirt-nvidia.patch;
}
{ name = "skas-2.6.20-v9-pre9";
patch = fetchurl {
patch = args.fetchurl {
url = http://www.user-mode-linux.org/~blaisorblade/patches/skas3-2.6/skas-2.6.20-v9-pre9/skas-2.6.20-v9-pre9.patch.bz2;
md5 = "02e619e5b3aaf0f9768f03ac42753e74";
};
@ -27,7 +27,7 @@ args:
"# CONFIG_PROC_MM_DUMPABLE is not set\n";
}
{ name = "fbsplash-0.9.2-r5-2.6.21";
patch = fetchurl {
patch = args.fetchurl {
url = http://dev.gentoo.org/~dsd/genpatches/trunk/2.6.21/4200_fbsplash-0.9.2-r5.patch;
sha256 = "00s8074fzsly2zpir885zqkvq267qyzg6vhsn7n1z2v1z78avxd8";
};

View file

@ -10,7 +10,7 @@ args:
patch = ../os-specific/linux/kernel/2.6.22-paravirt-nvidia.patch;
}
{ name = "fbsplash-0.9.2-r5-2.6.21";
patch = fetchurl {
patch = args.fetchurl {
url = http://dev.gentoo.org/~dsd/genpatches/trunk/2.6.22/4200_fbsplash-0.9.2-r5.patch;
sha256 = "0822wwlf2dqsap5qslnnp0yl1nbvvvb76l73w2dd8zsyn0bqg3px";
};