diff --git a/pkgs/development/python-modules/qutip/default.nix b/pkgs/development/python-modules/qutip/default.nix index aa0ef036c02c..006db381e8a6 100644 --- a/pkgs/development/python-modules/qutip/default.nix +++ b/pkgs/development/python-modules/qutip/default.nix @@ -5,7 +5,7 @@ fetchFromGitHub, # build-system - cython_0, + cython, oldest-supported-numpy, setuptools, @@ -47,7 +47,7 @@ buildPythonPackage rec { ''; build-system = [ - cython_0 + cython oldest-supported-numpy setuptools ];