yices: remove with lib

This commit is contained in:
kyehn
2025-08-25 23:39:46 +00:00
committed by kyehn
parent 40b17486d6
commit 7a241300bc
+4 -4
View File
@@ -51,11 +51,11 @@ stdenv.mkDerivation (finalAttrs: {
nativeCheckInputs = [ ncurses5 ];
meta = with lib; {
meta = {
description = "High-performance theorem prover and SMT solver";
homepage = "https://yices.csl.sri.com";
license = licenses.gpl3;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ thoughtpolice ];
license = lib.licenses.gpl3Plus;
platforms = lib.platforms.linux ++ lib.platforms.darwin;
maintainers = with lib.maintainers; [ thoughtpolice ];
};
})