From ea8dce45ea650564ca768c82d71009c7d2620314 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 3 Nov 2025 12:11:30 +0000 Subject: [PATCH] python3Packages.lightning: cleanup --- pkgs/development/python-modules/lightning/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pkgs/development/python-modules/lightning/default.nix b/pkgs/development/python-modules/lightning/default.nix index e3a096c9163b..7d2bf3cd046a 100644 --- a/pkgs/development/python-modules/lightning/default.nix +++ b/pkgs/development/python-modules/lightning/default.nix @@ -1,10 +1,5 @@ { - lib, buildPythonPackage, - fetchFromGitHub, - - # build-system - setuptools, # dependencies pytorch-lightning, @@ -32,7 +27,7 @@ buildPythonPackage { pytestCheckHook ]; - # Some packages are not in NixPkgs; other tests try to build distributed + # Some packages are not in nixpkgs; other tests try to build distributed # models, which doesn't work in the sandbox. doCheck = false;