about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-19 18:31:48 +0000
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-19 21:36:05 +0100
commit4b57008582ae954a2aa784de4f68e5da78fe5a9c (patch)
tree3f12489ba5f8f614d9322a81621f020cba7b81ed /pkgs/top-level/python-aliases.nix
parent32b2d24df44772ca37fb54a88ee12d9e22e49e14 (diff)
python310Packages.quandl: Normalize attribute name
Diffstat (limited to 'pkgs/top-level/python-aliases.nix')
-rw-r--r--pkgs/top-level/python-aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index f86f1243cca45..fdd5218529b29 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -226,6 +226,7 @@ mapAliases ({
   pytwitchapi = twitchapi; # added 2022-03-07
   PyVirtualDisplay = pyvirtualdisplay; # added 2023-02-19
   qasm2image = throw "qasm2image is no longer maintained (since November 2018), and is not compatible with the latest pythonPackages.qiskit versions."; # added 2020-12-09
+  Quandl = quandl; # added 2023-02-19
   qiskit-aqua = throw "qiskit-aqua has been removed due to deprecation, with its functionality moved to different qiskit packages";
   rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05
   repeated_test = repeated-test; # added 2022-11-15