don't forget findutils
svn path=/nixpkgs/trunk/; revision=4567
This commit is contained in:
parent
c1679931f7
commit
54f4af6054
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
{ stdenv, coreutils, nix}:
|
{ stdenv, coreutils, nix, findutils}:
|
||||||
|
|
||||||
derivation {
|
derivation {
|
||||||
name = "kernelscripts";
|
name = "kernelscripts";
|
||||||
system = stdenv.system;
|
system = stdenv.system;
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
createModules = ./create-modules.sh;
|
createModules = ./create-modules.sh;
|
||||||
inherit stdenv coreutils nix;
|
inherit stdenv coreutils nix findutils;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue