clp: restrict to x86_64-linux + darwin
This commit is contained in:
parent
e879991e1b
commit
19dfffff3c
@ -12,11 +12,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
license = stdenv.lib.licenses.epl10;
|
license = licenses.epl10;
|
||||||
homepage = https://projects.coin-or.org/Clp;
|
homepage = https://projects.coin-or.org/Clp;
|
||||||
description = "An open-source linear programming solver written in C++";
|
description = "An open-source linear programming solver written in C++";
|
||||||
platforms = stdenv.lib.platforms.all;
|
platforms = platforms.darwin ++ [ "x86_64-linux" ];
|
||||||
maintainers = [ stdenv.lib.maintainers.vbgl ];
|
maintainers = [ maintainers.vbgl ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user