Revert "gruvbox-plus-icons: init at unstable-2023-11-30"
This commit is contained in:
parent
475653dc2f
commit
7826c3edfc
2 changed files with 0 additions and 39 deletions
|
@ -15329,15 +15329,6 @@
|
|||
githubId = 44014925;
|
||||
name = "Rexx Larsson";
|
||||
};
|
||||
RGBCube = {
|
||||
name = "RGBCube";
|
||||
email = "rgbsphere+nixpkgs@gmail.com";
|
||||
github = "RGBCube";
|
||||
githubId = 78925721;
|
||||
keys = [{
|
||||
fingerprint = "jPaU3Vpm/GN0tUuDg72n2+bd9dDMWe4bnKM325eP7eI";
|
||||
}];
|
||||
};
|
||||
rgnns = {
|
||||
email = "jglievano@gmail.com";
|
||||
github = "rgnns";
|
||||
|
|
|
@ -1,30 +0,0 @@
|
|||
{ lib, stdenvNoCC, fetchFromGitHub }:
|
||||
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "gruvbox-plus-icons";
|
||||
version = "unstable-2023-11-30";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "SylEleuth";
|
||||
repo = "gruvbox-plus-icon-pack";
|
||||
rev = "5ce3ef1ae9d8360e4aadfcf73842df9a417dd53b";
|
||||
hash = "sha256-xS6ijyRhc9CaZVERLjqebbNsSbPoFUVTAutOjWiOUKc=";
|
||||
};
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
mkdir -p $out/share/icons
|
||||
cp -r Gruvbox-Plus-Dark $out/share/icons/
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Icon pack for Linux desktops based on the Gruvbox color theme";
|
||||
homepage = "https://github.com/SylEleuth/gruvbox-plus-icon-pack";
|
||||
license = lib.licenses.gpl3Only;
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ RGBCube ];
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue