tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
watchmate: remove with lib
kyehn
6 months ago
65bbd8f6
7ffbb3c4
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
wa
watchmate
package.nix
+4
-4
pkgs/by-name/wa/watchmate/package.nix
···
48
48
install -Dm444 assets/icons/io.gitlab.azymohliad.WatchMate-symbolic.svg -t $out/share/icons/hicolor/scalable/apps/
49
49
'';
50
50
51
51
-
meta = with lib; {
51
51
+
meta = {
52
52
description = "PineTime smart watch companion app for Linux phone and desktop";
53
53
mainProgram = "watchmate";
54
54
homepage = "https://github.com/azymohliad/watchmate";
55
55
changelog = "https://github.com/azymohliad/watchmate/raw/v${finalAttrs.version}/CHANGELOG.md";
56
56
-
license = licenses.gpl3Plus;
57
57
-
maintainers = with maintainers; [ chuangzhu ];
58
58
-
platforms = platforms.linux;
56
56
+
license = lib.licenses.gpl3Plus;
57
57
+
maintainers = with lib.maintainers; [ chuangzhu ];
58
58
+
platforms = lib.platforms.linux;
59
59
};
60
60
})