Update default.nix

22 icon_size is not there and produces a "dangling symlink" error on install. I've removed it from `icon_sizes`
This commit is contained in:
chewblacka 2022-12-21 19:46:06 +00:00 committed by GitHub
parent 42ad772205
commit 39c69f2ac3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,7 @@ stdenv.mkDerivation rec {
--replace /opt/brave.com $out/opt/brave.com
# Correct icons location
icon_sizes=("16" "22" "24" "32" "48" "64" "128" "256")
icon_sizes=("16" "24" "32" "48" "64" "128" "256")
for icon in ''${icon_sizes[*]}
do