nixpkgs/pkgs/build-support/dotnet/build-dotnet-module
= f0af1ef49c buildDotnetModule: properly inherit arguments from drv
Previously buildDotnetModule did not properly inherit some arguments from
derivations, take for example this expression:

dotnetFlags = [
    "--runtime linux-x64"
];

It would error out as follows: "MSBUILD : error MSB1001: Unknown switch.".
Setting the same flag from bash would work fine. This fixes that, all
arguments should now be properly interpreted :)
2022-04-30 18:24:48 -07:00
..
hooks buildDotnetModule: properly inherit arguments from drv 2022-04-30 18:24:48 -07:00
default.nix buildDotnetModule: nuget source cleanup 2022-04-30 18:24:48 -07:00