about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorRemy Goldschmidt <taktoa@gmail.com>2015-03-05 00:23:18 -0600
committerRemy Goldschmidt <taktoa@gmail.com>2015-03-05 00:23:18 -0600
commit8a732aecb82917185c98f60a5fefd0157d976549 (patch)
tree06f41fb374cb6bd94a65bc3160382cec79fe3018 /pkgs/misc
parent7648cb24563c91b1685c8248e6538126bdd48c45 (diff)
Fixed licenses, fixed platform, renamed packages
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/themes/gtk3/numix-gtk-theme/default.nix (renamed from pkgs/misc/themes/gtk3/numix/default.nix)5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/misc/themes/gtk3/numix/default.nix b/pkgs/misc/themes/gtk3/numix-gtk-theme/default.nix
index 1a9077d36cafc..ed6254a3e221e 100644
--- a/pkgs/misc/themes/gtk3/numix/default.nix
+++ b/pkgs/misc/themes/gtk3/numix-gtk-theme/default.nix
@@ -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;
   };
 }