pythonPackages.emoji: specify checkPhase

This commit is contained in:
Joachim Fasting 2016-03-14 13:30:50 +01:00
parent 56f8dd00b4
commit 4a531165b5

View File

@ -12910,6 +12910,8 @@ in modules // {
buildInputs = with self; [ nose ];
checkPhase = ''nosetests'';
meta = {
description = "Emoji for Python";
homepage = https://pypi.python.org/pypi/emoji/;