rofimoji: Disable tests
This commit is contained in:
parent
99510ec16d
commit
fa5ef2cf62
@ -38,6 +38,9 @@ buildPythonApplication rec {
|
|||||||
substituteInPlace setup.py --replace 'pyxdg==0.26' 'pyxdg'
|
substituteInPlace setup.py --replace 'pyxdg==0.26' 'pyxdg'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# no tests executed
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A simple emoji and character picker for rofi";
|
description = "A simple emoji and character picker for rofi";
|
||||||
homepage = "https://github.com/fdw/rofimoji";
|
homepage = "https://github.com/fdw/rofimoji";
|
||||||
|
Loading…
Reference in New Issue
Block a user