bonmin: avoid "meta = with lib"
This commit is contained in:
@@ -45,12 +45,12 @@ stdenv.mkDerivation rec {
|
||||
"--with-asl-lib=-lipoptamplinterface -lamplsolver"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
description = "Open-source code for solving general MINLP (Mixed Integer NonLinear Programming) problems";
|
||||
mainProgram = "bonmin";
|
||||
homepage = "https://github.com/coin-or/Bonmin";
|
||||
license = licenses.epl10;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ aanderse ];
|
||||
license = lib.licenses.epl10;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with lib.maintainers; [ aanderse ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user