libraw: drop freeimage from passthru.tests

It's marked as insecure, which is presumably why
the bot thinks that tests wouldn't pass.
This commit is contained in:
Vladimír Čunát
2025-06-04 12:48:52 +02:00
parent 009f70d5b3
commit 01162f6639
+1 -1
View File
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
'';
passthru.tests = {
inherit imagemagick hdrmerge freeimage;
inherit imagemagick hdrmerge; # freeimage
inherit (python3.pkgs) rawkit;
};