add mktemp. Oops.
svn path=/nixpkgs/trunk/; revision=5738
This commit is contained in:
parent
837136958c
commit
d86c05ba13
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, perl}:
|
{stdenv, fetchurl, perl, mktemp}:
|
||||||
|
|
||||||
assert stdenv.system == "i686-linux";
|
assert stdenv.system == "i686-linux";
|
||||||
|
|
||||||
@ -11,6 +11,6 @@ stdenv.mkDerivation {
|
|||||||
};
|
};
|
||||||
config = ./config;
|
config = ./config;
|
||||||
inherit perl;
|
inherit perl;
|
||||||
buildInputs = [perl];
|
buildInputs = [perl mktemp];
|
||||||
arch="i386";
|
arch="i386";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user