mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
halloy: add updateScript
This commit is contained in:
parent
d87463e5ad
commit
512af6d2dd
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
makeDesktopItem,
|
||||
libxkbcommon,
|
||||
makeWrapper,
|
||||
nix-update-script,
|
||||
openssl,
|
||||
pkg-config,
|
||||
rustPlatform,
|
||||
|
@ -106,6 +107,8 @@ rustPlatform.buildRustPackage rec {
|
|||
makeWrapper "$out/bin/halloy" "$APP_DIR/MacOS/halloy"
|
||||
'';
|
||||
|
||||
passthru.updateScript = nix-update-script { };
|
||||
|
||||
meta = with lib; {
|
||||
description = "IRC application";
|
||||
homepage = "https://github.com/squidowl/halloy";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue