yices: remove with lib

kyehn 7a241300 40b17486

Changed files
+4 -4
pkgs
by-name
yi
yices
+4 -4
pkgs/by-name/yi/yices/package.nix
···
nativeCheckInputs = [ ncurses5 ];
-
meta = with lib; {
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 ];
};
})
···
nativeCheckInputs = [ ncurses5 ];
+
meta = {
description = "High-performance theorem prover and SMT solver";
homepage = "https://yices.csl.sri.com";
+
license = lib.licenses.gpl3Plus;
+
platforms = lib.platforms.linux ++ lib.platforms.darwin;
+
maintainers = with lib.maintainers; [ thoughtpolice ];
};
})