rofimoji: Disable tests

master
Sandro Jäckel 2021-01-25 21:45:33 +01:00
parent 99510ec16d
commit fa5ef2cf62
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 3 additions and 0 deletions

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";