nixpkgs/pkgs/build-support/dotnet
Åsmund Østvold d8012c5458
nuget-to-nix: deterministic sorting of output list (#162187)
It is the package list output that should be sorted. The current
output sequence is not logical because '.' is sorted in front of '/'
with input sorting and is not deterministic for different language
environments.

To get a deterministic and logical sorting in environments with
different language configured, env "LC_ALL=C" is set and the produced
strings is that is sorted. To get alphabetic sorting and not a pure
ASCII value sort "--ignore-case" is added.
2022-03-10 09:11:04 +01:00
..
build-dotnet-module Merge pull request #161504 from moinessim/writefsharp 2022-03-02 20:05:18 +01: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 Add writeFSharp and makeFSharpWriter functions to writers 2022-02-28 17:40:43 -05:00
nuget-to-nix nuget-to-nix: deterministic sorting of output list (#162187) 2022-03-10 09:11:04 +01:00