about summary refs log tree commit diff
path: root/pkgs/tools/admin/lxd
diff options
context:
space:
mode:
authorWinter <winter@winter.cafe>2022-12-23 13:31:49 -0500
committerMaciej Krüger <mkg20001@gmail.com>2022-12-26 02:00:57 +0100
commit69bc0b64ab9d5900abd6f8f0aa26e9d31ff17521 (patch)
treef96006173a1775fa464fc231888003566818b59c /pkgs/tools/admin/lxd
parent00a40e2cf4688e90045994ca23e78ca10c7bbfea (diff)
sqlite-replication: drop
Dqlite and LXD haven't required this custom SQLite version since 2020 (it was last updated in 2019), and its GitHub repo no longer exists.
Diffstat (limited to 'pkgs/tools/admin/lxd')
-rw-r--r--pkgs/tools/admin/lxd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/lxd/default.nix b/pkgs/tools/admin/lxd/default.nix
index 348760fb3e887..8e405b9be352d 100644
--- a/pkgs/tools/admin/lxd/default.nix
+++ b/pkgs/tools/admin/lxd/default.nix
@@ -19,7 +19,7 @@
 , libcap
 , dqlite
 , raft-canonical
-, sqlite-replication
+, sqlite
 , udev
 , writeShellScriptBin
 , apparmor-profiles
@@ -58,7 +58,7 @@ buildGoModule rec {
     libcap
     dqlite.dev
     raft-canonical.dev
-    sqlite-replication
+    sqlite
     udev.dev
   ];