Loading pkgs/by-name/rc/rclip/package.nix +8 −4 Original line number Diff line number Diff line { lib , python3Packages , fetchFromGitHub { lib, python3Packages, fetchFromGitHub, }: python3Packages.buildPythonApplication rec { pname = "rclip"; Loading Loading @@ -29,7 +30,10 @@ python3Packages.buildPythonApplication rec { nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; pythonRelaxDeps = [ "torch" "torchvision" ]; pythonRelaxDeps = [ "torch" "torchvision" ]; pythonImportsCheck = [ "rclip" ]; Loading Loading
pkgs/by-name/rc/rclip/package.nix +8 −4 Original line number Diff line number Diff line { lib , python3Packages , fetchFromGitHub { lib, python3Packages, fetchFromGitHub, }: python3Packages.buildPythonApplication rec { pname = "rclip"; Loading Loading @@ -29,7 +30,10 @@ python3Packages.buildPythonApplication rec { nativeCheckInputs = with python3Packages; [ pytestCheckHook ]; pythonRelaxDeps = [ "torch" "torchvision" ]; pythonRelaxDeps = [ "torch" "torchvision" ]; pythonImportsCheck = [ "rclip" ]; Loading