1 { lib, buildPythonPackage, fetchPypi, nose }:
3 buildPythonPackage rec {
9 sha256 = "c7cc231fc5f6db401b448d7ab51c96d0a4733f4b69fabe569a576f89ffdf966b";
12 checkInputs = [ nose ];
18 # tests currently fail
22 description = "Provides a time object that keeps time as the number of nanoseconds since the UNIX epoch";
23 homepage = "https://github.com/jbenet/nanotime/tree/master/python";
24 license = licenses.mit;
25 maintainers = with maintainers; [ cmcdragonkai ];