keyscope: migrate to pkgs/by-name
This commit is contained in:
@@ -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 = ''
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user