nixpkgs/pkgs/build-support/dotnet/build-dotnet-module
Cole Helbling e97ee029b4 build-dotnet-module/fetch-deps: fixup temp naming when pname has a capital X in it
For example, this script doesn't work for `xivlauncher` because its
proper `pname` is `XIVLauncher`, and `mktemp` complains about "too few
X's":

    $ mktemp -td "XXXXXX-XIVLauncher-home"
    mktemp: too few X's in template ‘XXXXXX-XIVLauncher-home’

vs

    $ mktemp -td "XIVLauncher-home-XXXXXX"
    /tmp/XIVLauncher-home-EdGMei
2022-09-16 09:18:22 -07:00
..
hooks buildDotnetModule: fix build for dotnet-sdk versions below 6 2022-08-03 16:15:59 +02:00
default.nix build-dotnet-module/fetch-deps: fixup temp naming when pname has a capital X in it 2022-09-16 09:18:22 -07:00