Merge pull request #77781 from arcnmx/vit-fix

vit: fix check phase
This commit is contained in:
Will Dietz 2020-01-15 14:08:48 -06:00 committed by GitHub
commit 712bf54f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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