3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages: mark builds failing on hydra as broken

This commit has been generated by maintainers/scripts/haskell/mark-broken.sh
This commit is contained in:
Dennis Gosnell 2022-07-07 17:29:53 +09:00
parent c16deed1a6
commit 39401993df
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
2 changed files with 9 additions and 0 deletions

View file

@ -4117,6 +4117,7 @@ broken-packages:
- provenience
- proxy-kindness
- proxy-mapping
- psc-ide
- pseudo-trie
- PSQueue
- PTQ
@ -4134,6 +4135,7 @@ broken-packages:
- pure-io
- purenix
- pure-priority-queue
- purescript-tsd-gen
- pure-zlib
- pushbullet
- pushbullet-types
@ -5846,6 +5848,7 @@ broken-packages:
- zendesk-api
- zeno
- zeolite-lang
- zephyr
- zeromq4-clone-pattern
- zeromq4-conduit
- zeromq4-patterns

View file

@ -226831,6 +226831,8 @@ self: {
];
description = "Language support for the PureScript programming language";
license = lib.licenses.mit;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {};
"pseudo-boolean" = callPackage
@ -227906,7 +227908,9 @@ self: {
];
description = "TypeScript Declaration File (.d.ts) generator for PureScript";
license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
mainProgram = "purs-tsd-gen";
broken = true;
}) {};
"pursuit-client" = callPackage
@ -311228,7 +311232,9 @@ self: {
testToolDepends = [ purescript ];
description = "Zephyr, tree-shaking for the PureScript language";
license = lib.licenses.mpl20;
hydraPlatforms = lib.platforms.none;
mainProgram = "zephyr";
broken = true;
}) {};
"zephyr-copilot" = callPackage