mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
dqlite: avoid with lib;
This commit is contained in:
parent
aec172c0df
commit
7836a555c3
1 changed files with 3 additions and 3 deletions
|
@ -47,14 +47,14 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
inherit lxd-lts;
|
inherit lxd-lts;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = {
|
||||||
description = ''
|
description = ''
|
||||||
Expose a SQLite database over the network and replicate it across a
|
Expose a SQLite database over the network and replicate it across a
|
||||||
cluster of peers
|
cluster of peers
|
||||||
'';
|
'';
|
||||||
homepage = "https://dqlite.io/";
|
homepage = "https://dqlite.io/";
|
||||||
license = licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
platforms = platforms.linux;
|
platforms = lib.platforms.linux;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue