9 themeName = "Ant-Nebula";
11 stdenv.mkDerivation rec {
12 pname = "ant-nebula-theme";
16 url = "https://github.com/EliverLara/${themeName}/releases/download/v${version}/${themeName}.tar";
17 sha256 = "1xpgw577nmgjk547mg2vvv0gdai60srgncykm5pb1w8dnlk69jbz";
20 propagatedUserEnvPkgs = [
26 mkdir -p $out/share/themes/${themeName}
27 cp -a * $out/share/themes/${themeName}
28 rm -r $out/share/themes/${themeName}/{Art,LICENSE,README.md,gtk-2.0/render-assets.sh}
33 description = "Nebula variant of the Ant theme";
34 homepage = "https://github.com/EliverLara/${themeName}";
35 license = licenses.gpl3;
36 platforms = platforms.all;
37 maintainers = with maintainers; [ alexarice ];