3
0
Fork 0
forked from mirrors/nixpkgs

haskellPackages.descriptive: mark as broken because aeson-1.5.6.0 doesn't build

This commit is contained in:
Dennis Gosnell 2022-12-24 17:26:41 +09:00
parent 7bdfd07076
commit 302701438d
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4
2 changed files with 3 additions and 0 deletions

View file

@ -1101,6 +1101,7 @@ broken-packages:
- derive-trie - derive-trie
- derp-lib - derp-lib
- describe - describe
- descriptive
- deterministic-game-engine - deterministic-game-engine
- detrospector - detrospector
- deunicode - deunicode

View file

@ -78700,6 +78700,8 @@ self: {
]; ];
description = "Self-describing consumers/parsers; forms, cmd-line args, JSON, etc"; description = "Self-describing consumers/parsers; forms, cmd-line args, JSON, etc";
license = lib.licenses.bsd3; license = lib.licenses.bsd3;
hydraPlatforms = lib.platforms.none;
broken = true;
}) {}; }) {};
"desert" = callPackage "desert" = callPackage