mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 01:04:25 +00:00
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:
parent
5b6dcece88
commit
29ab6bb3b9
@ -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