Skip to content

Commit d8aeca8

Browse files
committed
obsidian: use magick instead of convert
1 parent 8744725 commit d8aeca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/ob/obsidian/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ let
6161
-t $out/share/applications/
6262
for size in 16 24 32 48 64 128 256 512; do
6363
mkdir -p $out/share/icons/hicolor/"$size"x"$size"/apps
64-
convert -background none -resize "$size"x"$size" ${icon} $out/share/icons/hicolor/"$size"x"$size"/apps/obsidian.png
64+
magick ${icon} -background none -resize "$size"x"$size" $out/share/icons/hicolor/"$size"x"$size"/apps/obsidian.png
6565
done
6666
runHook postInstall
6767
'';

0 commit comments

Comments
 (0)