hledger(-web): move to all-packages with static build

Since they are executables they should be at top-level.
We build statically to shorten invocation time (at the moment haskell packages
have the problem of too large RPATHs).
This commit is contained in:
Profpatsch 2017-04-26 22:41:46 +02:00
parent c3b2c5bf77
commit 178a5067af

@ -14314,6 +14314,9 @@ with pkgs;
hipchat = callPackage ../applications/networking/instant-messengers/hipchat { };
hledger = haskell.lib.justStaticExecutables haskellPackages.hledger;
hledger-web = haskell.lib.justStaticExecutables haskellPackages.hledger-web;
homebank = callPackage ../applications/office/homebank {
gtk = gtk3;
};