nixpkgs/pkgs/build-support/dotnet
= 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
..
build-dotnet-module buildDotnetModule: properly inherit arguments from drv 2022-04-30 18:24:48 -07:00
build-dotnet-package
dotnetbuildhelpers dotnetbuildhelpers: move to pkgs/build-support/dotnet 2022-02-11 16:42:07 +01:00
dotnetenv dotnetenv: move to pkgs/build-support/dotnet 2022-02-11 16:43:20 +01:00
fetchnuget fetchNuGet: move to pkgs/build-support/dotnet 2022-02-11 16:37:26 +01:00
make-nuget-deps Add writeFSharp and makeFSharpWriter functions to writers 2022-02-28 17:40:43 -05:00
make-nuget-source mkNugetSource: fix bug in metadata generation 2022-04-30 18:24:48 -07:00
nuget-to-nix nuget-to-nix: add missing comma 2022-03-14 18:59:53 +01:00