3
0
Fork 0
forked from mirrors/nixpkgs

ocsigen-i18n: do not strip (#32758)

The executables generated by ocamlc were not functional.
This commit is contained in:
FlorentBecker 2017-12-21 18:23:25 +01:00 committed by Vincent Laporte
parent e034cc4880
commit f1bbc67b50

View file

@ -7,6 +7,9 @@ stdenv.mkDerivation rec
buildInputs = with ocamlPackages; [ ocaml findlib ];
dontStrip = true;
installPhase = ''
mkdir -p $out/bin
make bindir=$out/bin install