tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
humanity-icon-theme: don't check for broken symlinks
K900
1 year ago
4aa50d50
3ddda102
+3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
hu
humanity-icon-theme
package.nix
+3
pkgs/by-name/hu/humanity-icon-theme/package.nix
···
27
27
28
28
dontDropIconThemeCache = true;
29
29
30
30
+
# Upstream ships a bunch of those, and is very dead
31
31
+
dontCheckForBrokenSymlinks = true;
32
32
+
30
33
installPhase = ''
31
34
runHook preInstall
32
35