libde265: drop imagemagick6 from passthru.tests

`imagemagick6` has been marked insecure in 84747dae9a.

It is not really necessary to keep it in the `passthru.tests` of
libde265 and we do not want to break those tests for someone building
them without ALLOW_INSECURE.
This commit is contained in:
Thomas Gerbet 2023-01-30 20:11:49 +01:00
parent 5b6dcece88
commit 29ab6bb3b9

View File

@ -6,7 +6,6 @@
# for passthru.tests
, imagemagick
, imagemagick6
, libheif
, imlib2Full
, gst_all_1
@ -28,7 +27,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests = {
inherit imagemagick imagemagick6 libheif imlib2Full;
inherit imagemagick libheif imlib2Full;
inherit (gst_all_1) gst-plugins-bad;
};