Update pkgs/applications/video/glaxnimate/default.nix

Co-authored-by: tricktron <tgagnaux@gmail.com>
This commit is contained in:
Tobias Bora 2023-01-08 21:26:10 +01:00 committed by Manuel Bärenz
parent e8b763c9db
commit dfb582daa7

View File

@ -39,6 +39,10 @@ stdenv.mkDerivation rec {
qttools
];
passthru.tests.version = testers.testVersion {
package = glaxnimate;
command = "glaxnimate --version";
};
meta = with lib; {
homepage = "https://gitlab.com/mattbas/glaxnimate";
description = "Simple vector animation program.";