Loading pkgs/development/python-modules/calysto-scheme/default.nix +10 −3 Original line number Diff line number Diff line { lib , python3 , buildPythonPackage , fetchFromGitHub , metakernel , pytestCheckHook , yasi }: python3.pkgs.buildPythonPackage rec { buildPythonPackage rec { pname = "calysto-scheme"; version = "1.4.7"; format = "setuptools"; Loading @@ -15,11 +18,15 @@ python3.pkgs.buildPythonPackage rec { hash = "sha256-5InImTbucggjf/tl8K31ZtLrwu5hqvggl7sYb0eqIEg="; }; propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = [ yasi metakernel ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "calysto_scheme" ]; meta = with lib; { Loading Loading
pkgs/development/python-modules/calysto-scheme/default.nix +10 −3 Original line number Diff line number Diff line { lib , python3 , buildPythonPackage , fetchFromGitHub , metakernel , pytestCheckHook , yasi }: python3.pkgs.buildPythonPackage rec { buildPythonPackage rec { pname = "calysto-scheme"; version = "1.4.7"; format = "setuptools"; Loading @@ -15,11 +18,15 @@ python3.pkgs.buildPythonPackage rec { hash = "sha256-5InImTbucggjf/tl8K31ZtLrwu5hqvggl7sYb0eqIEg="; }; propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = [ yasi metakernel ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "calysto_scheme" ]; meta = with lib; { Loading