Commit 458800e9 authored by Tomas Antonio Lopez's avatar Tomas Antonio Lopez
Browse files

python3Packages.mip: mark as broken on aarch64

parent 3c6423d3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
{ lib
{ lib, stdenv
, buildPythonPackage
, cffi
, dos2unix
@@ -73,6 +73,7 @@ buildPythonPackage rec {
    downloadPage = "https://github.com/coin-or/python-mip/releases";
    changelog = "https://github.com/coin-or/python-mip/releases/tag/${version}";
    license = licenses.epl20;
    broken = stdenv.isAarch64;
    maintainers = with maintainers; [ nessdoor ];
  };
}