mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
dafny: fix build with strictDeps
This commit is contained in:
parent
e2dabfa5e1
commit
7e3d4971b9
@ -42,7 +42,7 @@ buildDotnetModule rec {
|
||||
'';
|
||||
|
||||
dotnet-sdk = dotnetCorePackages.sdk_6_0;
|
||||
buildInputs = [ jdk11 ];
|
||||
nativeBuildInputs = [ jdk11 ];
|
||||
nugetDeps = ./deps.nix;
|
||||
|
||||
# Build just these projects. Building Source/Dafny.sln includes a bunch of
|
||||
|
Loading…
Reference in New Issue
Block a user