python312Packages.qcs-sdk-python: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-05 10:20:59 +02:00
parent 39a2f9d7da
commit cea4300422
2 changed files with 13 additions and 12 deletions

View File

@ -45,6 +45,8 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"lark"
"networkx"
"packaging"
"qcs-sdk-python"
];
build-system = [

View File

@ -1,12 +1,13 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, quil
, rustPlatform
, syrupy
{
lib,
buildPythonPackage,
fetchFromGitHub,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
quil,
rustPlatform,
syrupy,
}:
buildPythonPackage rec {
@ -37,9 +38,7 @@ buildPythonPackage rec {
rustPlatform.maturinBuildHook
];
dependencies = [
quil
];
dependencies = [ quil ];
nativeCheckInputs = [
pytest-asyncio