mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
gmic-qt: Add gimp plug-in to passthru.tests
This commit is contained in:
parent
24f2c744c7
commit
e00fa961ed
@ -26,6 +26,7 @@
|
||||
, coreutils
|
||||
, jq
|
||||
, nix-update-script
|
||||
, gimpPlugins
|
||||
}:
|
||||
|
||||
let
|
||||
@ -99,6 +100,10 @@ mkDerivation rec {
|
||||
'';
|
||||
|
||||
passthru = {
|
||||
tests = {
|
||||
gimp-plugin = gimpPlugins.gmic;
|
||||
};
|
||||
|
||||
updateScript = nix-update-script { };
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user