Merge pull request #130837 from oxalica/fix/nuget

dotnetPackages.Nuget: fix runtime error
This commit is contained in:
Sandro
2021-07-20 23:49:14 +02:00
committed by GitHub
+3
View File
@@ -296,6 +296,9 @@ let self = dotnetPackages // overrides; dotnetPackages = with self; {
sha256 = "07r63xam6icm17pf6amh1qkmna13nxa3ncdan7a3ql307i5isriz";
};
# configurePhase breaks the binary and results in
# `File does not contain a valid CIL image.`
dontConfigure = true;
dontBuild = true;
outputFiles = [ "*" ];