ripasso-cursive: move to by-name

This commit is contained in:
Gaetan Lepage
2024-12-04 12:01:01 +01:00
parent 15562307c8
commit 7376feb6bb
3 changed files with 7 additions and 19 deletions
@@ -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
-4
View File
@@ -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 { });