Glaxnimate: fix tester

authored by Tobias Bora and committed by Manuel Bärenz 72f79812 3be80fbf

+3 -1
+3 -1
pkgs/applications/video/glaxnimate/default.nix
··· 13 13 , testers 14 14 , qtsvg 15 15 , qtimageformats 16 + # For the tests 16 17 , glaxnimate # Call itself, for the tests 18 + , xvfb-run 17 19 }: 18 20 let 19 21 # TODO: try to add a python library, see toPythonModule in doc/languages-frameworks/python.section.md ··· 66 68 67 69 passthru.tests.version = testers.testVersion { 68 70 package = glaxnimate; 69 - command = "glaxnimate --version"; 71 + command = "${xvfb-run}/bin/xvfb-run glaxnimate --version"; 70 72 }; 71 73 72 74 meta = with lib; {