forked from mirrors/nixpkgs
ppx_tools, camlp4, ocamlify, ocamlmod: don’t strip binaries
This commit is contained in:
parent
9dbeca2240
commit
b2a4eb839a
|
@ -26,6 +26,8 @@ in
|
|||
|
||||
createFindlibDestdir = true;
|
||||
|
||||
dontStrip = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Tools for authors of ppx rewriters";
|
||||
homepage = http://www.lexifi.com/ppx_tools;
|
||||
|
|
|
@ -43,6 +43,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
installTargets = "install install-META";
|
||||
|
||||
dontStrip = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A software system for writing extensible parsers for programming languages";
|
||||
homepage = https://github.com/ocaml/camlp4;
|
||||
|
|
|
@ -14,6 +14,8 @@ stdenv.mkDerivation {
|
|||
buildPhase = "ocaml setup.ml -build";
|
||||
installPhase = "ocaml setup.ml -install";
|
||||
|
||||
dontStrip = true;
|
||||
|
||||
meta = {
|
||||
homepage = http://forge.ocamlcore.org/projects/ocamlmod/ocamlmod;
|
||||
description = "Generate OCaml modules from source files";
|
||||
|
|
|
@ -15,6 +15,8 @@ stdenv.mkDerivation rec {
|
|||
buildPhase = "ocaml setup.ml -build";
|
||||
installPhase = "ocaml setup.ml -install";
|
||||
|
||||
dontStrip = true;
|
||||
|
||||
meta = {
|
||||
homepage = http://forge.ocamlcore.org/projects/ocamlmod/ocamlmod;
|
||||
description = "Generate OCaml modules from source files";
|
||||
|
|
Loading…
Reference in a new issue