komga: fix WebP images showing yellow tint (#420355)

authored by Aleksana and committed by GitHub 71bef1d4 eaf0ded9

+3 -1
+3 -1
pkgs/by-name/ko/komga/package.nix
··· 4 fetchurl, 5 makeWrapper, 6 jdk23_headless, 7 nixosTests, 8 }: 9 ··· 21 ]; 22 23 buildCommand = '' 24 - makeWrapper ${jdk23_headless}/bin/java $out/bin/komga --add-flags "-jar $src" 25 ''; 26 27 passthru.tests = {
··· 4 fetchurl, 5 makeWrapper, 6 jdk23_headless, 7 + libwebp, # Fixes https://github.com/gotson/komga/issues/1294 8 nixosTests, 9 }: 10 ··· 22 ]; 23 24 buildCommand = '' 25 + makeWrapper ${jdk23_headless}/bin/java $out/bin/komga --add-flags "-jar $src" \ 26 + --prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libwebp ]} 27 ''; 28 29 passthru.tests = {