Loading pkgs/development/python-modules/about-time/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, fetchPypi, buildPythonPackage, python, }: buildPythonPackage rec { Loading @@ -22,6 +23,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "about_time" ]; postInstall = '' mkdir -p $out/share/doc/python${python.pythonVersion}-$pname-$version/ mv $out/LICENSE $out/share/doc/python${python.pythonVersion}-$pname-$version/ ''; meta = with lib; { description = "Cool helper for tracking time and throughput of code blocks, with beautiful human friendly renditions"; homepage = "https://github.com/rsalmei/about-time"; Loading Loading
pkgs/development/python-modules/about-time/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, fetchPypi, buildPythonPackage, python, }: buildPythonPackage rec { Loading @@ -22,6 +23,11 @@ buildPythonPackage rec { pythonImportsCheck = [ "about_time" ]; postInstall = '' mkdir -p $out/share/doc/python${python.pythonVersion}-$pname-$version/ mv $out/LICENSE $out/share/doc/python${python.pythonVersion}-$pname-$version/ ''; meta = with lib; { description = "Cool helper for tracking time and throughput of code blocks, with beautiful human friendly renditions"; homepage = "https://github.com/rsalmei/about-time"; Loading