python312Packages.quil: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-05 09:58:08 +02:00
parent 7a8bba665f
commit 4940de59aa

View File

@ -1,11 +1,12 @@
{ lib {
, buildPythonPackage lib,
, pythonOlder buildPythonPackage,
, fetchFromGitHub pythonOlder,
, rustPlatform fetchFromGitHub,
, numpy rustPlatform,
, pytestCheckHook numpy,
, syrupy pytestCheckHook,
syrupy,
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -39,9 +40,7 @@ buildPythonPackage rec {
rustPlatform.maturinBuildHook rustPlatform.maturinBuildHook
]; ];
dependencies = [ dependencies = [ numpy ];
numpy
];
pythonImportsCheck = [ "numpy" ]; pythonImportsCheck = [ "numpy" ];