electrum-ltc: remove passthru.updateScript

(which is meant to be used by electrum, not electrum-ltc)
This commit is contained in:
Pavol Rusnak 2022-12-26 15:13:37 +01:00
parent 85f08cc5e7
commit 4d7160e615
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -7,16 +7,6 @@
, zbar
, secp256k1
, enableQt ? true
# for updater.nix
, writeScript
, common-updater-scripts
, bash
, coreutils
, curl
, gnugrep
, gnupg
, gnused
, nix
}:
let
@ -29,6 +19,7 @@ let
libzbar_name =
if stdenv.isLinux then "libzbar.so.0"
else if stdenv.isDarwin then "libzbar.0.dylib"
else "libzbar${stdenv.hostPlatform.extensions.sharedLibrary}";
# Not provided in official source releases, which are what upstream signs.
@ -131,21 +122,6 @@ python3.pkgs.buildPythonApplication {
$out/bin/electrum-ltc help >/dev/null
'';
passthru.updateScript = import ./update.nix {
inherit lib;
inherit
writeScript
common-updater-scripts
bash
coreutils
curl
gnupg
gnugrep
gnused
nix
;
};
meta = with lib; {
description = "Lightweight Litecoin Client";
longDescription = ''