Merge pull request #232817 from nessdoor/nixpkgs/mip

python3Packages.mip: mark as broken on AArch64

authored by

Stanisław Pitucha and committed by
GitHub
2ab106dd 486995cc

+2 -1
+2 -1
pkgs/development/python-modules/mip/default.nix
··· 1 - { lib 1 + { lib, stdenv 2 2 , buildPythonPackage 3 3 , cffi 4 4 , dos2unix ··· 73 73 downloadPage = "https://github.com/coin-or/python-mip/releases"; 74 74 changelog = "https://github.com/coin-or/python-mip/releases/tag/${version}"; 75 75 license = licenses.epl20; 76 + broken = stdenv.isAarch64; 76 77 maintainers = with maintainers; [ nessdoor ]; 77 78 }; 78 79 }