keyscope: migrate to pkgs/by-name

This commit is contained in:
Fabian Affolter
2025-01-10 10:54:47 +01:00
parent 617d6a5f7a
commit af7ff9f279
2 changed files with 1 additions and 17 deletions
@@ -1,15 +1,10 @@
{
lib,
DiskArbitration,
fetchFromGitHub,
Foundation,
gitUpdater,
IOKit,
openssl,
pkg-config,
rustPlatform,
Security,
stdenv,
}:
rustPlatform.buildRustPackage rec {
@@ -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 = ''
-4
View File
@@ -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;
};