Merge pull request #61708 from romildo/upd.stilo-themes

stilo-themes: init at 3.32-3
This commit is contained in:
Renaud 2019-05-21 15:51:36 +02:00 committed by GitHub
commit 4e7693618c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,27 @@
{ stdenv, fetchFromGitHub, meson, ninja, sassc, gdk_pixbuf, librsvg, gtk_engines, gtk-engine-murrine }:
stdenv.mkDerivation rec {
pname = "stilo-themes";
version = "3.32-3";
src = fetchFromGitHub {
owner = "lassekongo83";
repo = pname;
rev = "v${version}";
sha256 = "0xcndr5mfa91f0ln0az3m79pidjy882v65w5fi5w05kykrmvv81z";
};
nativeBuildInputs = [ meson ninja sassc ];
buildInputs = [ gdk_pixbuf librsvg gtk_engines ];
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
meta = with stdenv.lib; {
description = "Minimalistic GTK themes";
homepage = https://github.com/lassekongo83/stilo-themes;
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];
};
}

View file

@ -16543,6 +16543,8 @@ in
spleen = callPackage ../data/fonts/spleen { };
stilo-themes = callPackage ../data/themes/stilo { };
sudo-font = callPackage ../data/fonts/sudo { };
inherit (callPackages ../data/fonts/tai-languages { }) tai-ahom;