verit: move to by-name

jopejoe1 018cff74 b738a8a9

+6 -9
+2 -2
pkgs/applications/science/logic/verit/default.nix pkgs/by-name/ve/verit/package.nix
··· 1 1 { 2 2 lib, 3 - stdenv, 3 + gccStdenv, 4 4 fetchurl, 5 5 autoreconfHook, 6 6 gmp, ··· 8 8 bison, 9 9 }: 10 10 11 - stdenv.mkDerivation { 11 + gccStdenv.mkDerivation { 12 12 pname = "veriT"; 13 13 version = "2021.06.2"; 14 14
+3 -3
pkgs/by-name/is/isabelle/package.nix
··· 8 8 java, 9 9 scala_3, 10 10 polyml, 11 - veriT, 11 + verit, 12 12 vampire, 13 13 eprover-ho, 14 14 rlwrap, ··· 81 81 82 82 buildInputs = [ 83 83 polyml 84 - veriT 84 + verit 85 85 vampire' 86 86 eprover-ho 87 87 net-tools ··· 103 103 patchShebangs lib/Tools/ bin/ 104 104 105 105 cat >contrib/verit-*/etc/settings <<EOF 106 - ISABELLE_VERIT=${veriT}/bin/veriT 106 + ISABELLE_VERIT=${verit}/bin/veriT 107 107 EOF 108 108 109 109 cat >contrib/e-*/etc/settings <<EOF
+1
pkgs/top-level/aliases.nix
··· 2133 2133 ventoy-bin = ventoy; # Added 2023-04-12 2134 2134 ventoy-bin-full = ventoy-full; # Added 2023-04-12 2135 2135 verilog = iverilog; # Added 2024-07-12 2136 + veriT = verit; # Added 2025-08-21 2136 2137 vieb = throw "'vieb' has been removed as it doesn't satisfy our security criteria for browsers."; # Added 2025-06-25 2137 2138 ViennaRNA = viennarna; # Added 2023-08-23 2138 2139 vimHugeX = vim-full; # Added 2022-12-04
-4
pkgs/top-level/all-packages.nix
··· 15099 15099 ocaml = ocaml-ng.ocamlPackages_4_14_unsafe_string.ocaml; 15100 15100 }; 15101 15101 15102 - veriT = callPackage ../applications/science/logic/verit { 15103 - stdenv = gccStdenv; 15104 - }; 15105 - 15106 15102 why3 = callPackage ../applications/science/logic/why3 { coqPackages = coqPackages_8_20; }; 15107 15103 15108 15104 tlaps = callPackage ../applications/science/logic/tlaplus/tlaps.nix {