tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
Adjust kvirc/default.nix to better use stdenv.lib
Chaddaï Fouché
12 years ago
1d9632ca
4c9349a2
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
irc
kvirc
default.nix
+2
-2
pkgs/applications/networking/irc/kvirc/default.nix
···
17
18
meta = with stdenv.lib; {
19
description = "Graphic IRC client with Qt";
20
-
license = "GPL";
21
homepage = http://www.kvirc.net/;
22
-
platforms = with stdenv.lib.platforms; linux;
23
};
24
}
···
17
18
meta = with stdenv.lib; {
19
description = "Graphic IRC client with Qt";
20
+
license = licences.gpl3;
21
homepage = http://www.kvirc.net/;
22
+
platforms = platforms.linux;
23
};
24
}