numix-sx-gtk-theme: init at 2017-04-24

This commit is contained in:
Sauyon Lee 2017-08-01 17:12:08 +01:00
parent 903d9daf0f
commit f416d59ea4
3 changed files with 33 additions and 0 deletions

View file

@ -510,6 +510,7 @@
samuelrivas = "Samuel Rivas <samuelrivas@gmail.com>";
sander = "Sander van der Burg <s.vanderburg@tudelft.nl>";
sargon = "Daniel Ehlers <danielehlers@mindeye.net>";
sauyon = "Sauyon Lee <s@uyon.co>";
schmitthenner = "Fabian Schmitthenner <development@schmitthenner.eu>";
schneefux = "schneefux <schneefux+nixos_pkg@schneefux.xyz>";
schristo = "Scott Christopher <schristopher@konputa.com>";

View file

@ -0,0 +1,30 @@
{ stdenv, fetchurl, gtk-engine-murrine }:
stdenv.mkDerivation rec {
version = "2017-04-24";
name = "numix-sx-gtk-theme-${version}";
src = fetchurl {
url = "https://dl.opendesktop.org/api/files/download/id/1493077417/Numix-SX.tar.xz";
sha256 = "7e1983924b2d90e89eddb3da8f4c43dc1326fe138fd191c8212c7904dcd618b0";
};
buildInputs = [ gtk-engine-murrine ];
dontBuild = true;
sourceRoot = ".";
installPhase = ''
install -dm 755 "$out/share/themes/"
cp -dr --no-preserve='ownership' Numix-SX-{Dark,FullDark,Light} "$out/share/themes/"
'';
meta = {
description = "Gray variation of Numix theme";
homepage = https://www.gnome-look.org/p/1117412/;
license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.sauyon ];
};
}

View file

@ -17801,6 +17801,8 @@ with pkgs;
numix-gtk-theme = callPackage ../misc/themes/numix { };
numix-sx-gtk-theme = callPackage ../misc/themes/numix-sx { };
theme-vertex = callPackage ../misc/themes/vertex { };
rox-filer = callPackage ../desktops/rox/rox-filer {