Skip to content

Commit

Permalink
ocamlPackages.apron: don’t strip libraries on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Sep 28, 2023
1 parent c6f7654 commit 3c96e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/ocaml-modules/apron/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ stdenv.mkDerivation rec {

configurePhase = ''
runHook preConfigure
./configure -prefix $out
./configure -prefix $out ${lib.optionalString stdenv.isDarwin "-no-strip"}
mkdir -p $out/lib/ocaml/${ocaml.version}/site-lib/stublibs
runHook postConfigure
'';
Expand Down

0 comments on commit 3c96e81

Please sign in to comment.