gmic: Add gmic-qt to passthru.tests

It often needs to be updated in lockstep.
This commit is contained in:
Jan Tojnar 2023-02-19 17:49:22 +01:00
parent 6ea702f2a0
commit a07960652c

View File

@ -21,6 +21,7 @@
, gnused
, coreutils
, jq
, gmic-qt
}:
stdenv.mkDerivation rec {
@ -81,6 +82,11 @@ stdenv.mkDerivation rec {
'';
passthru = {
tests = {
# Needs to update in lockstep.
inherit gmic-qt;
};
updateScript = writeShellScript "${pname}-update-script" ''
set -o errexit
PATH=${lib.makeBinPath [ common-updater-scripts curl gnugrep gnused coreutils jq ]}