vit: fix check phase
This commit is contained in:
@@ -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" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user