hackage-packages.nix: mark broken packages and regenerate based on current config

This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
(cdep)illabout 2021-05-20 10:03:48 +09:00
parent 81cfe88222
commit 0eb2dc5d7b
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4
3 changed files with 6 additions and 0 deletions

View File

@ -307,6 +307,7 @@ unsupported-platforms:
bindings-directfb: [ x86_64-darwin ]
bindings-sane: [ x86_64-darwin ]
charsetdetect: [ aarch64-linux ] # not supported by vendored lib / not configured properly https://github.com/batterseapower/libcharsetdetect/issues/3
crackNum: [ aarch64-linux ] # depends on sbv, which is not supported on aarch64-linux
cut-the-crap: [ x86_64-darwin ]
d3d11binding: [ i686-linux, x86_64-linux, x86_64-darwin, aarch64-linux, armv7l-linux ]
DirectSound: [ i686-linux, x86_64-linux, x86_64-darwin, aarch64-linux, armv7l-linux ]

View File

@ -2243,6 +2243,7 @@ dont-distribute-packages:
- planet-mitchell
- plocketed
- Plot-ho-matic
- ploterific
- PlslTools
- png-file
- pngload

View File

@ -64769,6 +64769,9 @@ self: {
];
description = "Crack various integer and floating-point data formats";
license = lib.licenses.bsd3;
platforms = [
"armv7l-linux" "i686-linux" "x86_64-darwin" "x86_64-linux"
];
}) {};
"craft" = callPackage
@ -202929,6 +202932,7 @@ self: {
executableHaskellDepends = [ base mtl optparse-generic text ];
description = "Basic plotting of tabular data for the command line";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
}) {};
"plotfont" = callPackage