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

@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Numix icon theme (circle version)";
homepage = https://numixproject.org;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.all;
};
}

View File

@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Numix icon theme";
homepage = https://numixproject.org;
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.all;
};
}

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;
};
}

View File

@ -9527,9 +9527,9 @@ let
nafees = callPackage ../data/fonts/nafees { };
numix_icon_theme = callPackage ../data/icons/numix-icon-theme { };
numix-icon-theme = callPackage ../data/icons/numix-icon-theme { };
numix_icon_theme_circle = callPackage ../data/icons/numix-icon-theme-circle { };
numix-icon-theme-circle = callPackage ../data/icons/numix-icon-theme-circle { };
oldstandard = callPackage ../data/fonts/oldstandard { };
@ -12841,7 +12841,7 @@ let
mate-themes = callPackage ../misc/themes/mate-themes { };
numix = callPackage ../misc/themes/gtk3/numix { };
numix-gtk-theme = callPackage ../misc/themes/gtk3/numix-gtk-theme { };
plasma52 = recurseIntoAttrs (callPackage ../desktops/plasma-5.2 {
qt5 = qt54;