1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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; {
description = "Graphic IRC client with Qt";
license = "GPL";
license = licences.gpl3;
homepage = http://www.kvirc.net/;
platforms = with stdenv.lib.platforms; linux;
platforms = platforms.linux;
};
}