mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 09:43:14 +00:00
pythonPackages.quandl: in sorted order in python-packages
This commit is contained in:
parent
e5037694f5
commit
fb598605cd
@ -16936,6 +16936,10 @@ in {
|
||||
};
|
||||
};
|
||||
|
||||
quandl = callPackage ../development/python-modules/quandl { };
|
||||
# alias for an older package which did not support Python 3
|
||||
Quandl = callPackage ../development/python-modules/quandl { };
|
||||
|
||||
qscintilla = disabledIf (isPy3k || isPyPy)
|
||||
(buildPythonPackage rec {
|
||||
# TODO: Qt5 support
|
||||
@ -24411,10 +24415,6 @@ EOF
|
||||
|
||||
inflection = callPackage ../development/python-modules/inflection { };
|
||||
|
||||
quandl = callPackage ../development/python-modules/quandl { };
|
||||
# alias for an older package which did not support Python 3
|
||||
Quandl = callPackage ../development/python-modules/quandl { };
|
||||
|
||||
});
|
||||
|
||||
in fix' (extends overrides packages)
|
||||
|
Loading…
Reference in New Issue
Block a user