]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Add ldapvi and timewarrior
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 14 Dec 2018 09:57:31 +0000 (10:57 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 14 Dec 2018 09:58:00 +0000 (10:58 +0100)
.gitignore [new file with mode: 0644]
default.nix
ldapvi.json [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..d6944e3
--- /dev/null
@@ -0,0 +1 @@
+/result*
index 1844121f457f5b118c141e111c305e72f983b17b..d8280272a0a5499b2040de76118c3a134dc36720 100644 (file)
@@ -50,13 +50,20 @@ let
     configureFlags = oldAttrs.configureFlags ++ [ "--with-slrnpull" ];
   });
 
+  ldapvi = nixpkgs.ldapvi.overrideAttrs (oldAttrs: rec {
+    name = "ldapvi-${version}";
+    version = "f1d42ba-master";
+    src = fetchgit (lib.importJSON ./ldapvi.json);
+  });
+
   #weechat = callPackage nixpkgs.weechat { guileSupport = false; luaSupport = false; rubySupport = false; tclSupport = false; };
 in
   {
     inherit nix-prefetch-scripts;
     inherit ledger;
-    inherit taskwarrior vit;
+    inherit taskwarrior vit timewarrior;
     inherit weboob;
     inherit slrn;
     inherit sc-im;
+    inherit ldapvi;
   }
diff --git a/ldapvi.json b/ldapvi.json
new file mode 100644 (file)
index 0000000..d04f22c
--- /dev/null
@@ -0,0 +1,6 @@
+{
+  "url": "http://www.lichteblau.com/git/ldapvi.git",
+  "rev": "f1d42bad66cc4623d1ff21fbd5dddbf5009d3e40",
+  "sha256": "0c2h4b1spp9z6a16gy9azf0wyxq397yy7001x1zlvc7c60q11wry",
+  "fetchSubmodules": false
+}