flat-plat: init at eba3be5

This commit is contained in:
Mounium 2016-08-03 11:28:54 +02:00
parent 8fcea0822e
commit ca18d16ce0
2 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,29 @@
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
name = "flat-plat-gtk-theme-eba3be5";
src = fetchFromGitHub {
owner = "nana-4";
repo = "Flat-Plat";
rev = "eba3be5eafd1140e1edb8b02411edb2f6c78b0ca";
sha256 = "0vfdnrxspdwg4jr025dwjmdcrqnblhlw666v5b7qhkxymibp5j7h";
};
dontBuild = true;
installPhase = ''
mkdir -p $out/share/themes
rm .gitignore COPYING README.md
cp -r . $out/share/themes
'';
meta = with stdenv.lib; {
description = "A Material Design-like flat theme for GTK3, GTK2, and GNOME Shell";
homepage = https://github.com/nana-4/Flat-Plat;
licence = licenses.gpl2;
maintainers = [ maintainers.mounium ];
platforms = platforms.all;
};
}

View file

@ -17050,6 +17050,8 @@ in
fceux = callPackage ../misc/emulators/fceux { };
flat-plat = callPackage ../misc/themes/flat-plat { };
foldingathome = callPackage ../misc/foldingathome { };
foo2zjs = callPackage ../misc/drivers/foo2zjs {};