aboutsummaryrefslogtreecommitdiffhomepage
path: root/project.nix
diff options
context:
space:
mode:
Diffstat (limited to 'project.nix')
-rw-r--r--project.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/project.nix b/project.nix
index ebadd91..9b335e3 100644
--- a/project.nix
+++ b/project.nix
@@ -6,7 +6,9 @@ mkDubDerivation rec {
name = "spine-${version}";
version = "0.11.1";
src = ./.;
- buildInputs = [ pkgs.sqlite ];
+ buildInputs = [
+ pkgs.sqlite
+ ];
meta = with stdenv.lib; {
homepage = http://sisudoc.org;
description = "a sisu like document parser";