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

+2 -2
+2 -2
pkgs/applications/networking/irc/kvirc/default.nix
··· 17 17 18 18 meta = with stdenv.lib; { 19 19 description = "Graphic IRC client with Qt"; 20 - license = "GPL"; 20 + license = licences.gpl3; 21 21 homepage = http://www.kvirc.net/; 22 - platforms = with stdenv.lib.platforms; linux; 22 + platforms = platforms.linux; 23 23 }; 24 24 }