3
0
Fork 0
forked from mirrors/nixpkgs

* Remove useless code put by error in camomile

svn path=/nixpkgs/trunk/; revision=25221
This commit is contained in:
Marco Maggesi 2010-12-21 09:43:13 +00:00
parent eb33e01ac7
commit 5e13810a01

View file

@ -15,10 +15,6 @@ stdenv.mkDerivation {
buildInputs = [ocaml findlib];
preInstall = ''
ensureDir $OCAMLFIND_DESTDIR
'';
createFindlibDestdir = true;
meta = {