tomb: remove top-level override

This commit is contained in:
Aliaksandr
2026-01-25 11:43:57 -05:00
committed by Michael Daniels
parent 18bae66952
commit 727778bf68
2 changed files with 3 additions and 7 deletions
+3 -3
View File
@@ -15,7 +15,7 @@
lsof,
makeBinaryWrapper,
nix-update-script,
pinentry,
pinentry-curses,
stdenvNoCC,
util-linuxMinimal,
versionCheckHook,
@@ -36,7 +36,7 @@ let
gnupg
libargon2
lsof
pinentry
pinentry-curses
util-linuxMinimal
];
@@ -55,7 +55,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
nativeBuildInputs = [ makeBinaryWrapper ];
buildInputs = [
pinentry
pinentry-curses
zsh
];
-4
View File
@@ -13476,10 +13476,6 @@ with pkgs;
discord-development
;
tomb = callPackage ../by-name/to/tomb/package.nix {
pinentry = pinentry-curses;
};
tora = libsForQt5.callPackage ../development/tools/tora { };
nitrokey-app = libsForQt5.callPackage ../tools/security/nitrokey-app { };