cimg: Add gmic and gmic-qt to passthru.tests

They often need to be updated in lockstep.
This commit is contained in:
Jan Tojnar 2023-02-19 17:52:40 +01:00
parent b467aaa8c8
commit 6ea702f2a0

View File

@ -1,6 +1,8 @@
{ lib
, stdenv
, fetchFromGitHub
, gmic
, gmic-qt
}:
stdenv.mkDerivation rec {
@ -28,6 +30,11 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
passthru.tests = {
# Need to update in lockstep.
inherit gmic gmic-qt;
};
meta = with lib; {
homepage = "http://cimg.eu/";
description = "A small, open source, C++ toolkit for image processing";