ocamlPackages.sqlite3: rename from ocaml_sqlite3

This commit is contained in:
Vincent Laporte
2026-08-21 06:53:04 +02:00
parent f1f5aa27a1
commit 14337148d6
10 changed files with 17 additions and 17 deletions

View File

@@ -6,7 +6,7 @@
extlib,
fuse3,
gapi-ocaml,
ocaml_sqlite3,
sqlite3,
otoml,
tiny_httpd,
ounit2,
@@ -32,7 +32,7 @@ buildDunePackage (finalAttrs: {
extlib
fuse3
gapi-ocaml
ocaml_sqlite3
sqlite3
otoml
tiny_httpd
];

View File

@@ -54,7 +54,7 @@ ocamlPackages.buildDunePackage rec {
nottui
nottui-unix
notty-community
ocaml_sqlite3
sqlite3
ocolor
oseq
ppx_deriving

View File

@@ -161,7 +161,7 @@ stdenv.mkDerivation {
saturn
sedlex
spawn
ocaml_sqlite3
sqlite3
tdigest
xmlm
zarith

View File

@@ -141,7 +141,7 @@ stdenv.mkDerivation (finalAttrs: {
ocamlPackages.shine
ocamlPackages.soundtouch
ocamlPackages.speex
ocamlPackages.ocaml_sqlite3
ocamlPackages.sqlite3
ocamlPackages.srt
ocamlPackages.ssl
ocamlPackages.taglib

View File

@@ -35,7 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
process
sedlex
toml
ocaml_sqlite3
sqlite3
];
buildFlags = [ "all" ];

View File

@@ -44,7 +44,7 @@ ocamlPackages.buildDunePackage {
lambdasoup
lwt_ppx
mirage-crypto-rng
ocaml_sqlite3
sqlite3
optint
safepass
timedesc

View File

@@ -1,7 +1,7 @@
{
buildDunePackage,
caqti,
ocaml_sqlite3,
sqlite3,
alcotest,
dune-site,
}:
@@ -12,7 +12,7 @@ buildDunePackage {
propagatedBuildInputs = [
caqti
ocaml_sqlite3
sqlite3
];
checkInputs = [

View File

@@ -2,7 +2,7 @@
buildDunePackage,
ocsipersist,
logs,
ocaml_sqlite3,
sqlite3,
ocsigen_server,
}:
@@ -12,7 +12,7 @@ buildDunePackage {
propagatedBuildInputs = [
logs
ocaml_sqlite3
sqlite3
ocsipersist
];

View File

@@ -7,14 +7,13 @@
dune-configurator,
}:
buildDunePackage rec {
buildDunePackage (finalAttrs: {
pname = "sqlite3";
version = "5.4.2";
duneVersion = "3";
minimalOCamlVersion = "4.12";
src = fetchurl {
url = "https://github.com/mmottl/sqlite3-ocaml/releases/download/${version}/sqlite3-${version}.tbz";
url = "https://github.com/mmottl/sqlite3-ocaml/releases/download/${finalAttrs.version}/sqlite3-${finalAttrs.version}.tbz";
hash = "sha256-MvaPB49L6u1R68J5/vRhRSBf2Yz2x5/pVSGGAfICYhw=";
};
@@ -32,4 +31,4 @@ buildDunePackage rec {
vbgl
];
};
}
})

View File

@@ -1513,8 +1513,6 @@ let
ocaml-sat-solvers = callPackage ../development/ocaml-modules/ocaml-sat-solvers { };
ocaml_sqlite3 = callPackage ../development/ocaml-modules/sqlite3 { };
ocaml-syntax-shims = callPackage ../development/ocaml-modules/ocaml-syntax-shims { };
ocaml-version = callPackage ../development/ocaml-modules/ocaml-version { };
@@ -2063,6 +2061,8 @@ let
spices = callPackage ../development/ocaml-modules/spices { };
sqlite3 = callPackage ../development/ocaml-modules/sqlite3 { };
srt = callPackage ../development/ocaml-modules/srt {
inherit (pkgs) srt;
};
@@ -2382,6 +2382,7 @@ let
ocaml-vdom = throw "2023-10-09: ocamlPackages.ocaml-vdom was renamed to ocamlPackages.vdom";
ocaml_lwt = throw "ocamlPackages.ocaml_lwt has been renamed to ocamlPackages.lwt"; # Added 2025-12-05
ocaml_mysql = throw "ocamlPackages.ocaml_mysql is not maintained, use ocamlPackages.mariadb instead";
ocaml_sqlite3 = sqlite3; # Added 2026-08-21
ocamlfuse = throw "ocamlPackages.ocamlfuse has been removed as it depends on fuse2";
ocamlgraph_gtk = throw "ocamlPackages.ocamlgraph_gtk has been removed as it depends onlibgnomecanvas, which has been removed from Nixpkgs. Consider using ocamlPackages.ocamlgraph instead."; # Added 2026-07-23
torch = throw "ocamlPackages.torch has been removed due to being broken for more than a year; see RFC 180"; # Added 2026-02-05