forked from mirrors/nixpkgs
lp_solve: mark as broken
See https://hydra.nixos.org/build/32393768/log/raw
This commit is contained in:
parent
3e1ec2b663
commit
649c2cd027
|
@ -37,6 +37,7 @@ stdenv.mkDerivation rec {
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
maintainers = with maintainers; [ smironov ];
|
maintainers = with maintainers; [ smironov ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue