Merge pull request #167079 from risicle/ris-imlib2-passthru-tests

imlib2: add some key reverse-dependencies to passthru.tests
main
Artturi 2 years ago committed by GitHub
commit 5444c0052c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      pkgs/development/libraries/imlib2/default.nix

@ -9,6 +9,15 @@
# https://github.com/NixOS/nixpkgs/pull/166452#issuecomment-1090725613
, svgSupport ? !stdenv.isDarwin
, heifSupport ? !stdenv.isDarwin
# for passthru.tests
, libcaca
, diffoscopeMinimal
, feh
, icewm
, openbox
, fluxbox
, enlightenment
}:
let
@ -43,6 +52,17 @@ stdenv.mkDerivation rec {
outputs = [ "bin" "out" "dev" ];
passthru.tests = {
inherit
libcaca
diffoscopeMinimal
feh
icewm
openbox
fluxbox
enlightenment;
};
meta = with lib; {
description = "Image manipulation library";

Loading…
Cancel
Save