glaxnimate: disable failing integration test on darwin

This commit is contained in:
Thibault Gagnaux 2023-01-10 11:43:38 +01:00 committed by Manuel Bärenz
parent d46a8e74bc
commit ad92b19e36

View file

@ -13,7 +13,7 @@
, testers
, qtsvg
, qtimageformats
# For the tests
# For the tests
, glaxnimate # Call itself, for the tests
, xvfb-run
}:
@ -67,10 +67,10 @@ stdenv.mkDerivation rec {
qtWrapperArgs = [ ''--prefix PATH : ${python3WithLibs}/bin'' ];
passthru.tests.version = testers.testVersion {
passthru.tests.version = lib.optionalAttrs stdenv.isLinux (testers.testVersion {
package = glaxnimate;
command = "${xvfb-run}/bin/xvfb-run glaxnimate --version";
};
});
meta = with lib; {
homepage = "https://gitlab.com/mattbas/glaxnimate";