Merge pull request #213627 from LeSuisse/libde265-drop-imagemagick6
libde265: drop imagemagick6 from passthru.tests
This commit is contained in:
commit
4f5206bed4
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue