Skip to content

Commit e79c100

Browse files
committed
rclip: format
1 parent 4b27a14 commit e79c100

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

pkgs/by-name/rc/rclip/package.nix

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
{ lib
2-
, python3Packages
3-
, fetchFromGitHub
1+
{
2+
lib,
3+
python3Packages,
4+
fetchFromGitHub,
45
}:
56
python3Packages.buildPythonApplication rec {
67
pname = "rclip";
@@ -29,7 +30,10 @@ python3Packages.buildPythonApplication rec {
2930

3031
nativeCheckInputs = with python3Packages; [ pytestCheckHook ];
3132

32-
pythonRelaxDeps = [ "torch" "torchvision" ];
33+
pythonRelaxDeps = [
34+
"torch"
35+
"torchvision"
36+
];
3337

3438
pythonImportsCheck = [ "rclip" ];
3539

0 commit comments

Comments
 (0)