gmic: Add gmic-qt to passthru.tests
It often needs to be updated in lockstep.
This commit is contained in:
parent
6ea702f2a0
commit
a07960652c
@ -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 ]}
|
||||
|
Loading…
Reference in New Issue
Block a user