tomb: remove top-level override
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user