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:
Ethan Carter Edwards
2026-06-02 17:32:03 -07:00
parent 0a66f67dd3
commit 71ed03f8d5
@@ -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 = [ ];
};
}