From 583ebc086c64d6456af8e6d960377d0693ffc8a2 Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Sat, 2 Sep 2017 04:06:22 -0500 Subject: [PATCH] yices: now under GPLv3 This means Hydra can build it now! Signed-off-by: Austin Seipp --- pkgs/applications/science/logic/yices/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/science/logic/yices/default.nix b/pkgs/applications/science/logic/yices/default.nix index 489ca744bea..5e2bf8d2624 100644 --- a/pkgs/applications/science/logic/yices/default.nix +++ b/pkgs/applications/science/logic/yices/default.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { description = "A high-performance theorem prover and SMT solver"; homepage = "http://yices.csl.sri.com"; - license = licenses.unfreeRedistributable; + license = licenses.gpl3; platforms = platforms.linux ++ platforms.darwin; maintainers = [ maintainers.thoughtpolice ]; };