Loading pkgs/tools/security/authoscope/default.nix→pkgs/by-name/au/authoscope/package.nix +20 −12 Original line number Diff line number Diff line { lib, stdenv, darwin, fetchFromGitHub, installShellFiles, libcap, nix-update-script, openssl, pkg-config, rustPlatform, Security, zlib, }: Loading @@ -17,9 +18,9 @@ rustPlatform.buildRustPackage rec { src = fetchFromGitHub { owner = "kpcyrd"; repo = pname; rev = "v${version}"; sha256 = "sha256-SKgb/N249s0+Rb59moBT/MeFb4zAAElCMQJto0diyUk="; repo = "authoscope"; tag = "v${version}"; hash = "sha256-SKgb/N249s0+Rb59moBT/MeFb4zAAElCMQJto0diyUk="; }; cargoHash = "sha256-rSHuKy86iJNLAKSVcb7fn7A/cc75EOc97jGI14EaC6k="; Loading @@ -29,11 +30,15 @@ rustPlatform.buildRustPackage rec { pkg-config ]; buildInputs = [ buildInputs = [ libcap zlib openssl ] ++ lib.optional stdenv.hostPlatform.isDarwin Security; ] ++ lib.optional stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ]; postInstall = '' installManPage docs/${pname}.1 Loading @@ -42,10 +47,13 @@ rustPlatform.buildRustPackage rec { # Tests requires access to httpin.org doCheck = false; meta = with lib; { passthru.updateScript = nix-update-script { }; meta = { description = "Scriptable network authentication cracker"; homepage = "https://github.com/kpcyrd/authoscope"; license = with licenses; [ gpl3Plus ]; maintainers = with maintainers; [ fab ]; changelog = "https://github.com/kpcyrd/authoscope/releases/tag/v${version}"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ fab ]; }; } pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -1944,10 +1944,6 @@ with pkgs; buildGoModule = buildGo123Module; }; authoscope = callPackage ../tools/security/authoscope { inherit (darwin.apple_sdk.frameworks) Security; }; avahi = callPackage ../development/libraries/avahi { }; avahi-compat = callPackage ../development/libraries/avahi { Loading Loading
pkgs/tools/security/authoscope/default.nix→pkgs/by-name/au/authoscope/package.nix +20 −12 Original line number Diff line number Diff line { lib, stdenv, darwin, fetchFromGitHub, installShellFiles, libcap, nix-update-script, openssl, pkg-config, rustPlatform, Security, zlib, }: Loading @@ -17,9 +18,9 @@ rustPlatform.buildRustPackage rec { src = fetchFromGitHub { owner = "kpcyrd"; repo = pname; rev = "v${version}"; sha256 = "sha256-SKgb/N249s0+Rb59moBT/MeFb4zAAElCMQJto0diyUk="; repo = "authoscope"; tag = "v${version}"; hash = "sha256-SKgb/N249s0+Rb59moBT/MeFb4zAAElCMQJto0diyUk="; }; cargoHash = "sha256-rSHuKy86iJNLAKSVcb7fn7A/cc75EOc97jGI14EaC6k="; Loading @@ -29,11 +30,15 @@ rustPlatform.buildRustPackage rec { pkg-config ]; buildInputs = [ buildInputs = [ libcap zlib openssl ] ++ lib.optional stdenv.hostPlatform.isDarwin Security; ] ++ lib.optional stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.Security ]; postInstall = '' installManPage docs/${pname}.1 Loading @@ -42,10 +47,13 @@ rustPlatform.buildRustPackage rec { # Tests requires access to httpin.org doCheck = false; meta = with lib; { passthru.updateScript = nix-update-script { }; meta = { description = "Scriptable network authentication cracker"; homepage = "https://github.com/kpcyrd/authoscope"; license = with licenses; [ gpl3Plus ]; maintainers = with maintainers; [ fab ]; changelog = "https://github.com/kpcyrd/authoscope/releases/tag/v${version}"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ fab ]; }; }
pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -1944,10 +1944,6 @@ with pkgs; buildGoModule = buildGo123Module; }; authoscope = callPackage ../tools/security/authoscope { inherit (darwin.apple_sdk.frameworks) Security; }; avahi = callPackage ../development/libraries/avahi { }; avahi-compat = callPackage ../development/libraries/avahi { Loading