haskell-updates: make sure the transitive-broken-packges are sorted using LC_ALL=C

This makes sure that the output list of transitive broken packages will
always be ordered the same regardless of the environment you are
running from.
wip/nixpkgs-raku
(cdep)illabout 3 years ago
parent 299082636c
commit ea2660f8d2
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
  1. 2
      maintainers/scripts/haskell/regenerate-transitive-broken-packages.sh

@ -12,4 +12,4 @@ dont-distribute-packages:
EOF
echo "Regenerating list of transitive broken packages ..."
echo -e $(nix-instantiate --eval --strict maintainers/scripts/haskell/transitive-broken-packages.nix) | sed 's/\"//' | sort -i >> $config_file
echo -e $(nix-instantiate --eval --strict maintainers/scripts/haskell/transitive-broken-packages.nix) | sed 's/\"//' | LC_ALL=C.UTF-8 sort -i >> $config_file

Loading…
Cancel
Save