added the right buildInputs

svn path=/nixpkgs/trunk/; revision=4528
This commit is contained in:
Mart Kolthof 2006-01-09 14:32:08 +00:00
parent ceb9b654ed
commit 431962ce8f

View File

@ -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;
} }