Loading pkgs/development/python-modules/linknlink/default.nix +10 −15 Original line number Diff line number Diff line { lib , buildPythonPackage , cryptography , fetchFromGitHub , pythonOlder , setuptools { lib, buildPythonPackage, cryptography, fetchFromGitHub, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -20,17 +21,11 @@ buildPythonPackage rec { hash = "sha256-G0URNUHIh/td+A8MhIC0mePx2SmhEXhIzOpbVft33+w="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ cryptography ]; dependencies = [ cryptography ]; pythonImportsCheck = [ "linknlink" ]; pythonImportsCheck = [ "linknlink" ]; # Module has no test doCheck = false; Loading Loading
pkgs/development/python-modules/linknlink/default.nix +10 −15 Original line number Diff line number Diff line { lib , buildPythonPackage , cryptography , fetchFromGitHub , pythonOlder , setuptools { lib, buildPythonPackage, cryptography, fetchFromGitHub, pythonOlder, setuptools, }: buildPythonPackage rec { Loading @@ -20,17 +21,11 @@ buildPythonPackage rec { hash = "sha256-G0URNUHIh/td+A8MhIC0mePx2SmhEXhIzOpbVft33+w="; }; build-system = [ setuptools ]; build-system = [ setuptools ]; dependencies = [ cryptography ]; dependencies = [ cryptography ]; pythonImportsCheck = [ "linknlink" ]; pythonImportsCheck = [ "linknlink" ]; # Module has no test doCheck = false; Loading