* Third try :P

svn path=/nixpkgs/trunk/; revision=6222
This commit is contained in:
Mart Kolthof 2006-08-24 13:32:56 +00:00
parent 4bfa933f40
commit 9c67a8d113

View File

@ -8,5 +8,5 @@ stdenv.mkDerivation {
}; };
patches = [./cil-aterm-1.3.4.patch]; patches = [./cil-aterm-1.3.4.patch];
buildInputs = [ ocaml3080 perl ]; buildInputs = [ ocaml3080 perl ];
inherit ocaml perl; inherit ocaml3080 perl;
} }