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:
parent
c16deed1a6
commit
39401993df
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue