Update pkgs/applications/video/glaxnimate/default.nix
Co-authored-by: tricktron <tgagnaux@gmail.com>
This commit is contained in:
parent
e8b763c9db
commit
dfb582daa7
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@ stdenv.mkDerivation rec {
|
||||||
qttools
|
qttools
|
||||||
];
|
];
|
||||||
|
|
||||||
|
passthru.tests.version = testers.testVersion {
|
||||||
|
package = glaxnimate;
|
||||||
|
command = "glaxnimate --version";
|
||||||
|
};
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://gitlab.com/mattbas/glaxnimate";
|
homepage = "https://gitlab.com/mattbas/glaxnimate";
|
||||||
description = "Simple vector animation program.";
|
description = "Simple vector animation program.";
|
||||||
|
|
Loading…
Reference in a new issue