From 01162f6639b177d26dd32f7e5d82ece4da873016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Wed, 4 Jun 2025 12:48:32 +0200 Subject: [PATCH] libraw: drop freeimage from passthru.tests It's marked as insecure, which is presumably why the bot thinks that tests wouldn't pass. --- pkgs/by-name/li/libraw/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/by-name/li/libraw/package.nix b/pkgs/by-name/li/libraw/package.nix index 2474175583de..f47a7c5b0119 100644 --- a/pkgs/by-name/li/libraw/package.nix +++ b/pkgs/by-name/li/libraw/package.nix @@ -45,7 +45,7 @@ stdenv.mkDerivation rec { ''; passthru.tests = { - inherit imagemagick hdrmerge freeimage; + inherit imagemagick hdrmerge; # freeimage inherit (python3.pkgs) rawkit; };