ocamlPackages.lambda-term: fix installPhase
This commit is contained in:
parent
98e8e95136
commit
10d70a2ae3
@ -17,10 +17,7 @@ buildOcaml rec {
|
|||||||
|
|
||||||
buildPhase = "jbuilder build -p lambda-term";
|
buildPhase = "jbuilder build -p lambda-term";
|
||||||
|
|
||||||
installPhase = ''
|
inherit (jbuilder) installPhase;
|
||||||
${jbuilder.installPhase}
|
|
||||||
mv $out/lib/ocaml/${ocaml.version}/site-lib/{stubslibs,lambda-term}/dlllambda_term_stubs.so
|
|
||||||
'';
|
|
||||||
|
|
||||||
hasSharedObjects = true;
|
hasSharedObjects = true;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user