commit
59f5cbd922
1 changed files with 7 additions and 0 deletions
|
@ -50,9 +50,16 @@ python3Packages.buildPythonApplication rec {
|
|||
liblarch
|
||||
];
|
||||
|
||||
checkInputs = with python3Packages; [
|
||||
nose
|
||||
mock
|
||||
];
|
||||
|
||||
format = "other";
|
||||
strictDeps = false; # gobject-introspection does not run with strictDeps (https://github.com/NixOS/nixpkgs/issues/56943)
|
||||
|
||||
checkPhase = "python3 ../run-tests";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = " A personal tasks and TODO-list items organizer.";
|
||||
longDescription = ''
|
||||
|
|
Loading…
Reference in a new issue