Merge pull request #188853 from Icy-Thought/whitesur-icon-theme

authored by Sandro and committed by GitHub 4247b318 79f570c2

+14 -4
+14 -4
pkgs/data/icons/whitesur-icon-theme/default.nix
··· 12 let 13 pname = "Whitesur-icon-theme"; 14 in 15 - lib.checkListOfEnum "${pname}: theme variants" [ "default" "purple" "pink" "red" "orange" "yellow" "green" "grey" "nord" "all" ] themeVariants 16 17 stdenvNoCC.mkDerivation rec { 18 inherit pname; 19 - version = "2022-05-11"; 20 21 src = fetchFromGitHub { 22 owner = "vinceliuice"; 23 repo = pname; 24 rev = version; 25 - sha256 = "sha256-7Bbkjbh6nZdYot0tJMWFuW1Jnl9U4KOLN/n+z92UWh4="; 26 }; 27 28 nativeBuildInputs = [ gtk3 jdupes ]; ··· 32 # These fixup steps are slow and unnecessary 33 dontPatchELF = true; 34 dontRewriteSymlinks = true; 35 - 36 dontDropIconThemeCache = true; 37 38 postPatch = ''
··· 12 let 13 pname = "Whitesur-icon-theme"; 14 in 15 + lib.checkListOfEnum "${pname}: theme variants" [ 16 + "default" 17 + "purple" 18 + "pink" 19 + "red" 20 + "orange" 21 + "yellow" 22 + "green" 23 + "grey" 24 + "nord" 25 + "all" 26 + ] themeVariants 27 28 stdenvNoCC.mkDerivation rec { 29 inherit pname; 30 + version = "2022-08-30"; 31 32 src = fetchFromGitHub { 33 owner = "vinceliuice"; 34 repo = pname; 35 rev = version; 36 + sha256 = "pcvRD4CUwUT46/kmMbnerj5mqPCcHIRreVIh9wz6Kfg="; 37 }; 38 39 nativeBuildInputs = [ gtk3 jdupes ]; ··· 43 # These fixup steps are slow and unnecessary 44 dontPatchELF = true; 45 dontRewriteSymlinks = true; 46 dontDropIconThemeCache = true; 47 48 postPatch = ''