dotnetPackages.Nuget: fix runtime error

configurePhase breaks the binary and results in
`File does not contain a valid CIL image.`
This commit is contained in:
oxalica 2021-07-21 02:30:08 +08:00
parent 595a151776
commit a015aaf1c9
No known key found for this signature in database
GPG key ID: CED392DE0C483D00

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 = [ "*" ];