summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/qiskit-aer
diff options
context:
space:
mode:
authorSCOTT-HAMILTON <sgn.hamilton+github@protonmail.com>2020-12-09 20:53:17 +0100
committerSCOTT-HAMILTON <sgn.hamilton+github@protonmail.com>2020-12-10 10:47:00 +0100
commitddf90cb942494ab0fbac9cb3c087d709783fa36c (patch)
tree11e99c66bef4cebe637ec813ff8e57c1eead6cff /pkgs/development/python-modules/qiskit-aer
parent2959bb702852f707e6eacc16c9c5bbc919cc58ea (diff)
spdlog: use nixpkgs' fmt instead of bundled one
Diffstat (limited to 'pkgs/development/python-modules/qiskit-aer')
-rw-r--r--pkgs/development/python-modules/qiskit-aer/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/qiskit-aer/default.nix b/pkgs/development/python-modules/qiskit-aer/default.nix
index 57d89b557111..e5eb877b6b2b 100644
--- a/pkgs/development/python-modules/qiskit-aer/default.nix
+++ b/pkgs/development/python-modules/qiskit-aer/default.nix
@@ -8,6 +8,7 @@
, catch2
, cmake
, cython
+, fmt
, muparserx
, ninja
, nlohmann_json
@@ -47,6 +48,7 @@ buildPythonPackage rec {
buildInputs = [
blas
catch2
+ fmt
muparserx
nlohmann_json
spdlog