lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Artturi and committed by
GitHub
8a33bfa2 3186fe08

+21
+21
pkgs/development/libraries/librsvg/default.nix
··· 29 29 , common-updater-scripts 30 30 , jq 31 31 , nix 32 + 33 + # for passthru.tests 34 + , enlightenment 35 + , ffmpeg 36 + , gegl 37 + , gimp 38 + , imagemagick 39 + , imlib2 40 + , vips 41 + , xfce 32 42 }: 33 43 34 44 stdenv.mkDerivation (finalAttrs: { ··· 193 203 updateSource 194 204 updateLockfile 195 205 ]; 206 + tests = { 207 + inherit 208 + gegl 209 + gimp 210 + imagemagick 211 + imlib2 212 + vips; 213 + inherit (enlightenment) efl; 214 + inherit (xfce) xfwm4; 215 + ffmpeg = ffmpeg.override { withSvg = true; }; 216 + }; 196 217 }; 197 218 198 219 meta = with lib; {