authoscope: move to pkgs/by-name

This commit is contained in:
Fabian Affolter
2025-01-07 00:42:48 +01:00
parent 801ca9c559
commit 5fd77b8b06
2 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,7 @@
{
lib,
stdenv,
darwin,
fetchFromGitHub,
installShellFiles,
libcap,
@@ -8,7 +9,6 @@
openssl,
pkg-config,
rustPlatform,
Security,
zlib,
}:
@@ -30,11 +30,15 @@ rustPlatform.buildRustPackage rec {
pkg-config
];
buildInputs = [
libcap
zlib
openssl
] ++ lib.optional stdenv.hostPlatform.isDarwin Security;
buildInputs =
[
libcap
zlib
openssl
]
++ lib.optional stdenv.hostPlatform.isDarwin [
darwin.apple_sdk.frameworks.Security
];
postInstall = ''
installManPage docs/${pname}.1

View File

@@ -1948,10 +1948,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 {