added the right buildInputs
svn path=/nixpkgs/trunk/; revision=4528
This commit is contained in:
parent
ceb9b654ed
commit
431962ce8f
@ -7,5 +7,6 @@ stdenv.mkDerivation {
|
|||||||
md5 = "dafd350c154990728efb35a7073ca81a";
|
md5 = "dafd350c154990728efb35a7073ca81a";
|
||||||
};
|
};
|
||||||
patches = [./atermprinter.patch];
|
patches = [./atermprinter.patch];
|
||||||
|
buildInputs = [ ocaml perl ];
|
||||||
inherit ocaml perl;
|
inherit ocaml perl;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user