Unverified Commit 59191bb8 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

[Backport release-25.05] arp-scan-rs: mark as broken on darwin (#408969)

parents cd2812de df6ad0fc
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchFromGitHub,
  gitUpdater,
  rustPlatform,
@@ -18,6 +19,7 @@ rustPlatform.buildRustPackage rec {
  };

  useFetchCargoVendor = true;

  cargoHash = "sha256-lPE/mx4LzSOG1YjGol1f77oox4voZzp9RqrKYZAMoX0=";

  nativeInstallCheckInputs = [ versionCheckHook ];
@@ -43,5 +45,6 @@ rustPlatform.buildRustPackage rec {
    license = lib.licenses.agpl3Only;
    maintainers = with lib.maintainers; [ fab ];
    mainProgram = "arp-scan";
    broken = stdenv.isDarwin;
  };
}