mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Update pkgs/applications/video/glaxnimate/default.nix
Co-authored-by: tricktron <tgagnaux@gmail.com>
This commit is contained in:
parent
e8b763c9db
commit
dfb582daa7
@ -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.";
|
||||
|
Loading…
Reference in New Issue
Block a user