rofimoji: Disable tests

This commit is contained in:
Sandro Jäckel
2021-01-25 21:45:33 +01:00
parent 99510ec16d
commit fa5ef2cf62

View File

@@ -38,6 +38,9 @@ buildPythonApplication rec {
substituteInPlace setup.py --replace 'pyxdg==0.26' 'pyxdg'
'';
# no tests executed
doCheck = false;
meta = with lib; {
description = "A simple emoji and character picker for rofi";
homepage = "https://github.com/fdw/rofimoji";