fstar: remove workaround (#18331)
As the comment indicates this was a workaround that has since been fixed upstream.
This commit is contained in:
parent
b04cdae902
commit
3beacc4dbe
@ -64,10 +64,6 @@ stdenv.mkDerivation rec {
|
|||||||
installFlags = "-C src/ocaml-output";
|
installFlags = "-C src/ocaml-output";
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
# Workaround for FStarLang/FStar#456
|
|
||||||
mv $out/lib/fstar/* $out/lib/
|
|
||||||
rmdir $out/lib/fstar
|
|
||||||
|
|
||||||
wrapProgram $out/bin/fstar.exe --prefix PATH ":" "${z3}/bin"
|
wrapProgram $out/bin/fstar.exe --prefix PATH ":" "${z3}/bin"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user