Adjust kvirc/default.nix to better use stdenv.lib

This commit is contained in:
Chaddaï Fouché 2013-10-30 10:53:34 +01:00
parent 4c9349a2c1
commit 1d9632cac8

View File

@ -17,8 +17,8 @@ stdenv.mkDerivation {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Graphic IRC client with Qt"; description = "Graphic IRC client with Qt";
license = "GPL"; license = licences.gpl3;
homepage = http://www.kvirc.net/; homepage = http://www.kvirc.net/;
platforms = with stdenv.lib.platforms; linux; platforms = platforms.linux;
}; };
} }