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:
parent
81cfe88222
commit
0eb2dc5d7b
@ -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 ]
|
||||
|
@ -2243,6 +2243,7 @@ dont-distribute-packages:
|
||||
- planet-mitchell
|
||||
- plocketed
|
||||
- Plot-ho-matic
|
||||
- ploterific
|
||||
- PlslTools
|
||||
- png-file
|
||||
- pngload
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user