mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
imlib2: add some key reverse-dependencies to passthru.tests
This commit is contained in:
parent
b3f1be780c
commit
4bc8d425f2
@ -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…
Reference in New Issue
Block a user