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