vit: fix check phase

This commit is contained in:
arcnmx 2020-01-15 10:06:56 -08:00
parent cd6ac55fb1
commit 404412e28c

View File

@ -1,5 +1,6 @@
{ lib
, python3Packages
, glibcLocales
, taskwarrior }:
with python3Packages;
@ -20,6 +21,7 @@ buildPythonApplication rec {
tzlocal
urwid
];
checkInputs = [ glibcLocales ];
makeWrapperArgs = [ "--suffix" "PATH" ":" "${taskwarrior}/bin" ];