mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
ocsigen-i18n: do not strip (#32758)
The executables generated by ocamlc were not functional.
This commit is contained in:
parent
e034cc4880
commit
f1bbc67b50
@ -7,6 +7,9 @@ stdenv.mkDerivation rec
|
||||
|
||||
buildInputs = with ocamlPackages; [ ocaml findlib ];
|
||||
|
||||
|
||||
dontStrip = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
make bindir=$out/bin install
|
||||
|
Loading…
Reference in New Issue
Block a user