mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
calibre: add update script
This commit is contained in:
parent
675dd19ad4
commit
8c613c9657
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
libuchardet,
|
||||
libusb1,
|
||||
libwebp,
|
||||
nix-update-script,
|
||||
optipng,
|
||||
piper-tts,
|
||||
pkg-config,
|
||||
|
@ -228,6 +229,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
runHook postInstallCheck
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script {
|
||||
extraArgs = [ "--url=https://github.com/kovidgoyal/calibre" ];
|
||||
};
|
||||
|
||||
meta = {
|
||||
homepage = "https://calibre-ebook.com";
|
||||
description = "Comprehensive e-book software";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue