Adjust kvirc/default.nix to better use stdenv.lib
This commit is contained in:
parent
4c9349a2c1
commit
1d9632cac8
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user