yices: now under GPLv3
This means Hydra can build it now! Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
cd7b2ec77a
commit
583ebc086c
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A high-performance theorem prover and SMT solver";
|
description = "A high-performance theorem prover and SMT solver";
|
||||||
homepage = "http://yices.csl.sri.com";
|
homepage = "http://yices.csl.sri.com";
|
||||||
license = licenses.unfreeRedistributable;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = [ maintainers.thoughtpolice ];
|
maintainers = [ maintainers.thoughtpolice ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user