QuadProgpp: fix darwin build

This commit is contained in:
Ben Siraphob 2021-03-03 18:36:02 +07:00
parent 2d83eabaa9
commit 816a451726

View file

@ -12,7 +12,6 @@ stdenv.mkDerivation rec {
};
nativeBuildInputs = [ cmake ];
buildInputs = [ ];
meta = with lib; {
homepage = "https://github.com/liuq/QuadProgpp";
@ -22,6 +21,6 @@ stdenv.mkDerivation rec {
Goldfarb-Idnani active-set dual method.
'';
maintainers = with maintainers; [ ];
platforms = with platforms; linux;
platforms = platforms.all;
};
}