maintainers/scripts/haskell: Sort transitive broken case insensitive

This commit is contained in:
Malte Brandy
2021-05-10 22:36:44 +02:00
parent dd8a25528a
commit 9a51c0704f
2 changed files with 13 additions and 6 deletions
@@ -12,10 +12,5 @@ let
(getEvaluating (nixpkgs { config.allowBroken = true; }).haskellPackages);
in
''
# This file is automatically generated by
# maintainers/scripts/haskell/regenerate-transitive-broken-packages.sh
# It is supposed to list all haskellPackages that cannot evaluate because they
# depend on a dependency marked as broken.
dont-distribute-packages:
${lib.concatMapStringsSep "\n" (x: " - ${x}") brokenDeps}
''