hash_extender: add Darwin to badPlatforms
Hasn't been building for a while. Link: https://hydra.nixos.org/build/325915848/nixlog/3 ZHF: https://github.com/NixOS/nixpkgs/issues/516381 Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
@@ -58,6 +58,7 @@ stdenv.mkDerivation {
|
||||
mainProgram = "hash_extender";
|
||||
homepage = "https://github.com/iagox86/hash_extender";
|
||||
license = lib.licenses.bsd3;
|
||||
badPlatforms = lib.platforms.darwin;
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user