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:
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
inherit imagemagick hdrmerge freeimage;
|
||||
inherit imagemagick hdrmerge; # freeimage
|
||||
inherit (python3.pkgs) rawkit;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user