Skip to content

Commit

Permalink
authoscope: move to pkgs/by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 6, 2025
1 parent 801ca9c commit 5fd77b8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
lib,
stdenv,
darwin,
fetchFromGitHub,
installShellFiles,
libcap,
nix-update-script,
openssl,
pkg-config,
rustPlatform,
Security,
zlib,
}:

Expand All @@ -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
Expand Down
4 changes: 0 additions & 4 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 5fd77b8

Please sign in to comment.