Skip to content

Commit

Permalink
fstar: fix build on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed May 30, 2017
1 parent 1318120 commit 218c486
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/compilers/fstar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
];

preBuild = ''
substituteInPlace src/Makefile --replace "\$(RUNTIME) VS/.nuget/NuGet.exe" "true"
substituteInPlace src/Makefile --replace "\$(RUNTIME) VS/.nuget/NuGet.exe" "true" \
--replace Darwin xyz
substituteInPlace src/VS/.nuget/NuGet.targets --replace "mono" "true"
# Fails with bad interpreter otherwise
Expand Down

0 comments on commit 218c486

Please sign in to comment.