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