bekkalokk/mediawiki: fix favicon derivation

This commit is contained in:
h7x4 2025-05-20 21:16:45 +02:00
parent f9f2304939
commit 7f3d288a15
No known key found for this signature in database
GPG Key ID: 9F2F7D8250F35146

View File

@ -215,10 +215,10 @@ in {
buildInputs = with pkgs; [ imagemagick ]; buildInputs = with pkgs; [ imagemagick ];
} '' } ''
magick \ magick \
${fp /assets/logo_blue_regular.png} \
-resize x64 \ -resize x64 \
-gravity center \ -gravity center \
-crop 64x64+0+0 \ -crop 64x64+0+0 \
${fp /assets/logo_blue_regular.png} \
-flatten \ -flatten \
-colors 256 \ -colors 256 \
-background transparent \ -background transparent \