mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Merge pull request #213627 from LeSuisse/libde265-drop-imagemagick6
libde265: drop imagemagick6 from passthru.tests
This commit is contained in:
commit
4f5206bed4
@ -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 New Issue
Block a user