ocamlPackages.ppxfind: dontStrip for all versions
This commit is contained in:
parent
4e222ab09d
commit
b8c0e8b6b7
@ -1,4 +1,4 @@
|
|||||||
{ lib, buildDunePackage, fetchurl, ocaml, ocaml-migrate-parsetree }:
|
{ stdenv, lib, buildDunePackage, fetchurl, ocaml, ocaml-migrate-parsetree }:
|
||||||
|
|
||||||
buildDunePackage (rec {
|
buildDunePackage (rec {
|
||||||
pname = "ppxfind";
|
pname = "ppxfind";
|
||||||
@ -12,6 +12,9 @@ buildDunePackage (rec {
|
|||||||
|
|
||||||
buildInputs = [ ocaml-migrate-parsetree ];
|
buildInputs = [ ocaml-migrate-parsetree ];
|
||||||
|
|
||||||
|
# Don't run the native `strip' when cross-compiling.
|
||||||
|
dontStrip = stdenv.hostPlatform != stdenv.buildPlatform;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/diml/ppxfind";
|
homepage = "https://github.com/diml/ppxfind";
|
||||||
description = "ocamlfind ppx tool";
|
description = "ocamlfind ppx tool";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user