Fixed licenses, fixed platform, renamed packages
This commit is contained in:
parent
7648cb2456
commit
8a732aecb8
|
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Numix icon theme (circle version)";
|
description = "Numix icon theme (circle version)";
|
||||||
homepage = https://numixproject.org;
|
homepage = https://numixproject.org;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Numix icon theme";
|
description = "Numix icon theme";
|
||||||
homepage = https://numixproject.org;
|
homepage = https://numixproject.org;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.2.3";
|
version = "2.2.3";
|
||||||
name = "numix-${version}";
|
name = "numix-gtk-theme-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/shimmerproject/Numix/archive/v${version}.tar.gz";
|
url = "https://github.com/shimmerproject/Numix/archive/v${version}.tar.gz";
|
||||||
|
@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
description = "Numix GTK theme";
|
description = "Numix GTK theme";
|
||||||
homepage = https://numixproject.org;
|
homepage = https://numixproject.org;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
license = stdenv.lib.licenses.gpl3;
|
||||||
|
platforms = stdenv.lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
|
@ -9527,9 +9527,9 @@ let
|
||||||
|
|
||||||
nafees = callPackage ../data/fonts/nafees { };
|
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 { };
|
oldstandard = callPackage ../data/fonts/oldstandard { };
|
||||||
|
|
||||||
|
@ -12841,7 +12841,7 @@ let
|
||||||
|
|
||||||
mate-themes = callPackage ../misc/themes/mate-themes { };
|
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 {
|
plasma52 = recurseIntoAttrs (callPackage ../desktops/plasma-5.2 {
|
||||||
qt5 = qt54;
|
qt5 = qt54;
|
||||||
|
|
Loading…
Reference in New Issue