vit: fix tests
This commit is contained in:
parent
be238f8aef
commit
ac782ad4b2
@ -1,6 +1,8 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, python3Packages
|
, python3Packages
|
||||||
, taskwarrior }:
|
, taskwarrior
|
||||||
|
, glibcLocales
|
||||||
|
}:
|
||||||
|
|
||||||
with python3Packages;
|
with python3Packages;
|
||||||
|
|
||||||
@ -21,6 +23,8 @@ buildPythonApplication rec {
|
|||||||
urwid
|
urwid
|
||||||
];
|
];
|
||||||
|
|
||||||
|
checkInputs = [ glibcLocales ];
|
||||||
|
|
||||||
makeWrapperArgs = [ "--suffix" "PATH" ":" "${taskwarrior}/bin" ];
|
makeWrapperArgs = [ "--suffix" "PATH" ":" "${taskwarrior}/bin" ];
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user