tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
wayidle: remove with lib
kyehn
6 months ago
80de42ba
b131c659
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
wa
wayidle
package.nix
+3
-3
pkgs/by-name/wa/wayidle/package.nix
···
17
17
18
18
cargoHash = "sha256-rpmMUrVobYa9mGERJnhGsvebzWbuL+51VeuXKUIFdwg=";
19
19
20
20
-
meta = with lib; {
20
20
+
meta = {
21
21
description = "Execute a program when a Wayland compositor reports being N seconds idle";
22
22
homepage = "https://git.sr.ht/~whynothugo/wayidle";
23
23
-
license = licenses.isc;
23
23
+
license = lib.licenses.isc;
24
24
maintainers = [ ];
25
25
mainProgram = "wayidle";
26
26
-
platforms = platforms.linux;
26
26
+
platforms = lib.platforms.linux;
27
27
};
28
28
})