Merge pull request #213627 from LeSuisse/libde265-drop-imagemagick6

libde265: drop imagemagick6 from passthru.tests
This commit is contained in:
Weijia Wang 2023-01-30 22:47:36 +01:00 committed by GitHub
commit 4f5206bed4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
};