mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
vit: fix check phase
This commit is contained in:
parent
cd6ac55fb1
commit
404412e28c
@ -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" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user