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