sublime-music: Disable tests

This commit is contained in:
Sandro Jäckel 2021-01-04 03:30:21 +01:00
parent 899ab038d7
commit 1f0048cd89
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

@ -1,5 +1,4 @@
{ lib, python3Packages, gobject-introspection, gtk3, pango, wrapGAppsHook
, chromecastSupport ? false
, serverSupport ? false
, keyringSupport ? true
@ -51,6 +50,10 @@ python3Packages.buildPythonApplication rec {
# https://github.com/NixOS/nixpkgs/issues/56943
strictDeps = false;
# no tests
doCheck = false;
pythonImportsCheck = [ "sublime" ];
meta = with lib; {
description = "GTK3 Subsonic/Airsonic client";
homepage = "https://sublimemusic.app/";