Fixed licenses, fixed platform, renamed packages

This commit is contained in:
Remy Goldschmidt
2015-03-05 00:23:18 -06:00
parent 7648cb2456
commit 8a732aecb8
4 changed files with 10 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
version = "2.2.3";
name = "numix-${version}";
name = "numix-gtk-theme-${version}";
src = fetchurl {
url = "https://github.com/shimmerproject/Numix/archive/v${version}.tar.gz";
@@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Numix GTK theme";
homepage = https://numixproject.org;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.all;
};
}