haskellPackages.crackNum: re-enable on aarch64-linux
This should hopefully now be working on aarch64-linux since sbv (one of crackNum's deps) is now working on aarch64-linux: https://github.com/NixOS/nixpkgs/pull/153344
This commit is contained in:
parent
747776863c
commit
312315fe83
2 changed files with 0 additions and 13 deletions
|
@ -429,7 +429,6 @@ unsupported-platforms:
|
||||||
btrfs: [ x86_64-darwin, aarch64-darwin ] # depends on linux
|
btrfs: [ x86_64-darwin, aarch64-darwin ] # depends on linux
|
||||||
bustle: [ x86_64-darwin, aarch64-darwin ] # uses glibc-specific ptsname_r
|
bustle: [ x86_64-darwin, aarch64-darwin ] # uses glibc-specific ptsname_r
|
||||||
charsetdetect: [ aarch64-linux ] # not supported by vendored lib / not configured properly https://github.com/batterseapower/libcharsetdetect/issues/3
|
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, aarch64-darwin ]
|
cut-the-crap: [ x86_64-darwin, aarch64-darwin ]
|
||||||
d3d11binding: [ i686-linux, x86_64-linux, x86_64-darwin, aarch64-darwin, aarch64-linux, armv7l-linux ]
|
d3d11binding: [ i686-linux, x86_64-linux, x86_64-darwin, aarch64-darwin, aarch64-linux, armv7l-linux ]
|
||||||
DirectSound: [ i686-linux, x86_64-linux, x86_64-darwin, aarch64-darwin, aarch64-linux, armv7l-linux ]
|
DirectSound: [ i686-linux, x86_64-linux, x86_64-darwin, aarch64-darwin, aarch64-linux, armv7l-linux ]
|
||||||
|
|
|
@ -66855,10 +66855,6 @@ self: {
|
||||||
executableHaskellDepends = [ array base FloatingHex ];
|
executableHaskellDepends = [ array base FloatingHex ];
|
||||||
description = "Crack various integer, floating-point data formats";
|
description = "Crack various integer, floating-point data formats";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
platforms = [
|
|
||||||
"aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin"
|
|
||||||
"x86_64-linux"
|
|
||||||
];
|
|
||||||
hydraPlatforms = lib.platforms.none;
|
hydraPlatforms = lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
@ -66877,10 +66873,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Crack various integer and floating-point data formats";
|
description = "Crack various integer and floating-point data formats";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
platforms = [
|
|
||||||
"aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin"
|
|
||||||
"x86_64-linux"
|
|
||||||
];
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"crackNum_3_2" = callPackage
|
"crackNum_3_2" = callPackage
|
||||||
|
@ -66898,10 +66890,6 @@ self: {
|
||||||
];
|
];
|
||||||
description = "Crack various integer and floating-point data formats";
|
description = "Crack various integer and floating-point data formats";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
platforms = [
|
|
||||||
"aarch64-darwin" "armv7l-linux" "i686-linux" "x86_64-darwin"
|
|
||||||
"x86_64-linux"
|
|
||||||
];
|
|
||||||
hydraPlatforms = lib.platforms.none;
|
hydraPlatforms = lib.platforms.none;
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue