Loading pkgs/development/python-modules/contexttimer/default.nix +3 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , pythonAtLeast , fetchFromGitHub , mock , fetchpatch Loading @@ -11,6 +12,8 @@ buildPythonPackage rec { version = "unstable-2019-03-30"; format = "setuptools"; disabled = pythonAtLeast "3.12"; src = fetchFromGitHub { owner = "brouberol"; repo = "contexttimer"; Loading Loading
pkgs/development/python-modules/contexttimer/default.nix +3 −0 Original line number Diff line number Diff line { lib , buildPythonPackage , pythonAtLeast , fetchFromGitHub , mock , fetchpatch Loading @@ -11,6 +12,8 @@ buildPythonPackage rec { version = "unstable-2019-03-30"; format = "setuptools"; disabled = pythonAtLeast "3.12"; src = fetchFromGitHub { owner = "brouberol"; repo = "contexttimer"; Loading