Skip to content

Commit

Permalink
keyscope: migrate to pkgs/by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 10, 2025
1 parent 617d6a5 commit af7ff9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
lib,
DiskArbitration,
fetchFromGitHub,
Foundation,
gitUpdater,
IOKit,
openssl,
pkg-config,
rustPlatform,
Security,
stdenv,
}:

rustPlatform.buildRustPackage rec {
Expand All @@ -27,14 +22,7 @@ rustPlatform.buildRustPackage rec {

nativeBuildInputs = [ pkg-config ];

buildInputs =
[ openssl ]
++ lib.optionals stdenv.hostPlatform.isDarwin [
DiskArbitration
Foundation
IOKit
Security
];
buildInputs = [ openssl ];

# build script tries to get information from git
postPatch = ''
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 @@ -3907,10 +3907,6 @@ with pkgs;

keybase-gui = callPackage ../tools/security/keybase/gui.nix { };

keyscope = callPackage ../tools/security/keyscope {
inherit (darwin.apple_sdk.frameworks) DiskArbitration Foundation IOKit Security;
};

keystore-explorer = callPackage ../applications/misc/keystore-explorer {
jdk = jdk11;
};
Expand Down

0 comments on commit af7ff9f

Please sign in to comment.