mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
fstar: fix build on darwin
This commit is contained in:
parent
1318120484
commit
218c486c1c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue