svn path=/nixpkgs/trunk/; revision=5984
This commit is contained in:
Armijn Hemel
2006-07-28 13:17:09 +00:00
parent 5ee173e814
commit 559ea955a1
2 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
stdenv.mkDerivation {
builder = ./builder.sh;
name = "module-init-tools-script-0.0.1";
name = "kernelscripts-0.0.1";
inherit module_init_tools kernel modules;
}