tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
vlock: add meta and take maintainership
Luca Bruno
12 years ago
d05e832b
6eeb989a
+4
-1
1 changed file
expand all
collapse all
unified
split
pkgs
misc
screensavers
vlock
default.nix
+4
-1
pkgs/misc/screensavers/vlock/default.nix
···
16
16
17
17
buildInputs = [ pam ];
18
18
19
19
-
meta = {
19
19
+
meta = with stdenv.lib; {
20
20
description = "Virtual console locking program";
21
21
+
license = licenses.gpl2;
22
22
+
maintainers = [ maintainers.lethalman ];
23
23
+
platforms = platforms.linux;
21
24
};
22
25
}