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