ripasso-cursive: move to by-name
This commit is contained in:
+7
-15
@@ -1,5 +1,4 @@
|
||||
{
|
||||
stdenv,
|
||||
lib,
|
||||
rustPlatform,
|
||||
fetchFromGitHub,
|
||||
@@ -11,8 +10,6 @@
|
||||
xorg,
|
||||
nettle,
|
||||
clang,
|
||||
AppKit,
|
||||
Security,
|
||||
installShellFiles,
|
||||
}:
|
||||
|
||||
@@ -44,18 +41,13 @@ rustPlatform.buildRustPackage rec {
|
||||
rustPlatform.bindgenHook
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
[
|
||||
openssl
|
||||
libgpg-error
|
||||
gpgme
|
||||
xorg.libxcb
|
||||
nettle
|
||||
]
|
||||
++ lib.optionals stdenv.hostPlatform.isDarwin [
|
||||
AppKit
|
||||
Security
|
||||
];
|
||||
buildInputs = [
|
||||
openssl
|
||||
libgpg-error
|
||||
gpgme
|
||||
xorg.libxcb
|
||||
nettle
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
export HOME=$TMPDIR
|
||||
@@ -2696,10 +2696,6 @@ with pkgs;
|
||||
|
||||
razergenie = libsForQt5.callPackage ../applications/misc/razergenie { };
|
||||
|
||||
ripasso-cursive = callPackage ../tools/security/ripasso/cursive.nix {
|
||||
inherit (darwin.apple_sdk.frameworks) AppKit Security;
|
||||
};
|
||||
|
||||
roundcube = callPackage ../servers/roundcube { };
|
||||
|
||||
roundcubePlugins = dontRecurseIntoAttrs (callPackage ../servers/roundcube/plugins { });
|
||||
|
||||
Reference in New Issue
Block a user