mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
cinnamon.warpinator: fix updateScript
This commit is contained in:
parent
c7e6458550
commit
56067eed75
@ -10,6 +10,7 @@
|
|||||||
, gettext
|
, gettext
|
||||||
, polkit
|
, polkit
|
||||||
, glib
|
, glib
|
||||||
|
, gitUpdater
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
@ -72,6 +73,12 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
chmod -x+X $out/libexec/warpinator/*.py
|
chmod -x+X $out/libexec/warpinator/*.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
passthru.updateScript = gitUpdater {
|
||||||
|
inherit pname version;
|
||||||
|
attrPath = "cinnamon.warpinator";
|
||||||
|
ignoredVersions = "^master.*";
|
||||||
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/linuxmint/warpinator";
|
homepage = "https://github.com/linuxmint/warpinator";
|
||||||
description = "Share files across the LAN";
|
description = "Share files across the LAN";
|
||||||
|
Loading…
Reference in New Issue
Block a user