python3Packages.qutip: unmark broken on aarch64-linux (#238859)

This commit is contained in:
kirillrdy 2023-06-21 14:06:56 +10:00 committed by GitHub
parent 17a4d42c5f
commit 470ce3bdc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,6 @@
, cvxopt
, cvxpy
, cython
, doCheck ? true
, fetchFromGitHub
, ipython
, matplotlib
@ -86,7 +85,6 @@ buildPythonPackage rec {
};
meta = with lib; {
broken = (stdenv.isLinux && stdenv.isAarch64);
description = "Open-source software for simulating the dynamics of closed and open quantum systems";
homepage = "https://qutip.org/";
license = licenses.bsd3;