mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +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,
|
makeDesktopItem,
|
||||||
libxkbcommon,
|
libxkbcommon,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
|
nix-update-script,
|
||||||
openssl,
|
openssl,
|
||||||
pkg-config,
|
pkg-config,
|
||||||
rustPlatform,
|
rustPlatform,
|
||||||
|
@ -106,6 +107,8 @@ rustPlatform.buildRustPackage rec {
|
||||||
makeWrapper "$out/bin/halloy" "$APP_DIR/MacOS/halloy"
|
makeWrapper "$out/bin/halloy" "$APP_DIR/MacOS/halloy"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = nix-update-script { };
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "IRC application";
|
description = "IRC application";
|
||||||
homepage = "https://github.com/squidowl/halloy";
|
homepage = "https://github.com/squidowl/halloy";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue