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

View File

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