]> git.immae.eu Git - perso/Immae/Config/Nix.git/commitdiff
Upgrade ledger
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 5 Apr 2019 21:52:08 +0000 (23:52 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Fri, 5 Apr 2019 21:52:08 +0000 (23:52 +0200)
default.nix

index abf6237fe689665c7ce918429c0debcd9f5ffaa4..4e6ef9771b37e2ae7d8b69eb8c81bdda5b46a736 100644 (file)
@@ -3,12 +3,6 @@ with import ./libs.nix { nixpkgs = import <nixpkgs> {}; };
 let
   mypkgs = {};
 
-  mypkgs.ledger = (ledger.override { boost = boost166; }).overrideAttrs (_old:
-    fetchedGithub ./fetched/ledger.json // {
-      postInstall = "";
-    }
-  );
-
   mypkgs.taskwarrior = taskwarrior.overrideAttrs (old: rec {
     postInstall = ''${old.postInstall}
       mkdir -p "$out/share/vim/vimfiles/ftdetect"
@@ -721,4 +715,5 @@ in
     inherit poppler_utils;
     inherit tmux;
     inherit netcat-gnu;
+    inherit ledger;
   }