clp: unbreak on aarch64-linux
This commit is contained in:
parent
70475eb9dd
commit
7a5f0e9467
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.epl20;
|
||||
homepage = "https://github.com/coin-or/Clp";
|
||||
description = "An open-source linear programming solver written in C++";
|
||||
platforms = platforms.darwin ++ [ "x86_64-linux" ];
|
||||
platforms = platforms.darwin ++ platforms.linux;
|
||||
maintainers = [ maintainers.vbgl ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue