Loading pkgs/development/libraries/librsvg/default.nix +21 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,16 @@ , common-updater-scripts , jq , nix # for passthru.tests , enlightenment , ffmpeg , gegl , gimp , imagemagick , imlib2 , vips , xfce }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -194,6 +204,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; { Loading Loading
pkgs/development/libraries/librsvg/default.nix +21 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,16 @@ , common-updater-scripts , jq , nix # for passthru.tests , enlightenment , ffmpeg , gegl , gimp , imagemagick , imlib2 , vips , xfce }: stdenv.mkDerivation (finalAttrs: { Loading Loading @@ -194,6 +204,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; { Loading