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