rclip: format
This commit is contained in:
parent
4b27a14352
commit
e79c1007de
@ -1,6 +1,7 @@
|
|||||||
{ lib
|
{
|
||||||
, python3Packages
|
lib,
|
||||||
, fetchFromGitHub
|
python3Packages,
|
||||||
|
fetchFromGitHub,
|
||||||
}:
|
}:
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "rclip";
|
pname = "rclip";
|
||||||
@ -29,7 +30,10 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
nativeCheckInputs = with python3Packages; [ pytestCheckHook ];
|
nativeCheckInputs = with python3Packages; [ pytestCheckHook ];
|
||||||
|
|
||||||
pythonRelaxDeps = [ "torch" "torchvision" ];
|
pythonRelaxDeps = [
|
||||||
|
"torch"
|
||||||
|
"torchvision"
|
||||||
|
];
|
||||||
|
|
||||||
pythonImportsCheck = [ "rclip" ];
|
pythonImportsCheck = [ "rclip" ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user