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-05-23 01:59:10 +02:00
parent c3b2c5bf77
commit 178a5067af
+3
View File
@@ -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;
};