mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
seafile-client: add update script
This commit is contained in:
parent
b370db7f96
commit
d953ceaefc
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
stdenv,
|
||||
fetchpatch,
|
||||
fetchFromGitHub,
|
||||
nix-update-script,
|
||||
pkg-config,
|
||||
cmake,
|
||||
qt6,
|
||||
|
|
@ -72,4 +73,5 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
];
|
||||
mainProgram = "seafile-applet";
|
||||
};
|
||||
passthru.updateScript = nix-update-script { };
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue