Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- { lib, stdenvNoCC, fetchurl }:
- stdenvNoCC.mkDerivation rec {
- pname = "phinger-cursors-gruvbox-material";
- version = "3328966123";
- src = fetchurl {
- url = "https://github.com/rehanzo/phinger-cursors-gruvbox-material/releases/download/${version}/phinger-cursors-variants.tar.bz2";
- hash = "sha256-qAEGY3B0tphEwYGfhkJ555yLgAu1nflCjqCOfZ8vjIE=";
- };
- sourceRoot = ".";
- installPhase = ''
- runHook preInstall
- mkdir -p $out/share/icons
- cp -r ./phinger-cursors-gruvbox-material* $out/share/icons
- runHook postInstall
- '';
- meta = with lib; {
- description = "The Phinger cursor theme, recolored to fit the Gruvbox Material color scheme";
- homepage = "https://github.com/rehanzo/phinger-cursors-gruvbox-material";
- platform = platforms.unix;
- license = licenses.cc-by-nc-40;
- maintainers = with maintainers; [ Fireb3rt ];
- };
- }
Advertisement
Add Comment
Please, Sign In to add comment