1 { lib, stdenv, fetchurl, gtk-engine-murrine }:
4 themeName = "Ant-Bloody";
6 stdenv.mkDerivation rec {
7 pname = "ant-bloody-theme";
11 url = "https://github.com/EliverLara/${themeName}/releases/download/v${version}/${themeName}.tar";
12 sha256 = "0rrz50kmzjmqj17hvrw67pbaclwxv85i5m08s7842iky6dnn5z8s";
15 propagatedUserEnvPkgs = [
21 mkdir -p $out/share/themes/${themeName}
22 cp -a * $out/share/themes/${themeName}
23 rm -r $out/share/themes/${themeName}/{Art,LICENSE,README.md,gtk-2.0/render-assets.sh}
28 description = "Bloody variant of the Ant theme";
29 homepage = "https://github.com/EliverLara/${themeName}";
30 license = licenses.gpl3;
31 platforms = platforms.all;
32 maintainers = with maintainers; [ alexarice ];