diff --git a/pkgs/development/python-modules/quil/default.nix b/pkgs/development/python-modules/quil/default.nix index 9cf64513087c..41f79d79bdf3 100644 --- a/pkgs/development/python-modules/quil/default.nix +++ b/pkgs/development/python-modules/quil/default.nix @@ -1,11 +1,12 @@ -{ lib -, buildPythonPackage -, pythonOlder -, fetchFromGitHub -, rustPlatform -, numpy -, pytestCheckHook -, syrupy +{ + lib, + buildPythonPackage, + pythonOlder, + fetchFromGitHub, + rustPlatform, + numpy, + pytestCheckHook, + syrupy, }: buildPythonPackage rec { @@ -39,9 +40,7 @@ buildPythonPackage rec { rustPlatform.maturinBuildHook ]; - dependencies = [ - numpy - ]; + dependencies = [ numpy ]; pythonImportsCheck = [ "numpy" ];