diff --git a/pkgs/by-name/ri/rimsort/package.nix b/pkgs/by-name/ri/rimsort/package.nix index d5f569cf45ef..43e844b9560b 100644 --- a/pkgs/by-name/ri/rimsort/package.nix +++ b/pkgs/by-name/ri/rimsort/package.nix @@ -72,38 +72,37 @@ stdenv.mkDerivation { makeBinaryWrapper ]; - buildInputs = - [ - todds - steamfiles - ] - ++ builtins.attrValues { - inherit (python3Packages) - beautifulsoup4 - certifi - chardet - imageio - loguru - lxml - msgspec - natsort - networkx - packaging - platformdirs - psutil - pygit2 - pygithub - pyperclip - pyside6 - requests - sqlalchemy - steam - toposort - watchdog - xmltodict - steamworkspy - ; - }; + buildInputs = [ + todds + steamfiles + ] + ++ builtins.attrValues { + inherit (python3Packages) + beautifulsoup4 + certifi + chardet + imageio + loguru + lxml + msgspec + natsort + networkx + packaging + platformdirs + psutil + pygit2 + pygithub + pyperclip + pyside6 + requests + sqlalchemy + steam + toposort + watchdog + xmltodict + steamworkspy + ; + }; dontBuild = true;