mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Merge pull request #232817 from nessdoor/nixpkgs/mip
python3Packages.mip: mark as broken on AArch64
This commit is contained in:
commit
2ab106dda3
@ -1,4 +1,4 @@
|
||||
{ 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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user