Tuomas Tynkkynen
2017-09-22 17:25:38 +03:00
parent 6237ece367
commit ab71280823
9 changed files with 9 additions and 9 deletions
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
description = "A lightweight program for configuring the theme and fonts of gtk applications";
homepage = http://lxde.org/;
maintainers = [ stdenv.lib.maintainers.hinton ];
platforms = stdenv.lib.platforms.all;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2;
};
}