Merge pull request #246873 from risicle/ris-librsvg-passthru-tests

This commit is contained in:
Artturi 2023-08-28 01:18:59 +03:00 committed by GitHub
commit 8a33bfa212
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,16 @@
, common-updater-scripts
, jq
, nix
# for passthru.tests
, enlightenment
, ffmpeg
, gegl
, gimp
, imagemagick
, imlib2
, vips
, xfce
}:
stdenv.mkDerivation (finalAttrs: {
@ -193,6 +203,17 @@ stdenv.mkDerivation (finalAttrs: {
updateSource
updateLockfile
];
tests = {
inherit
gegl
gimp
imagemagick
imlib2
vips;
inherit (enlightenment) efl;
inherit (xfce) xfwm4;
ffmpeg = ffmpeg.override { withSvg = true; };
};
};
meta = with lib; {