summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2017-04-26 22:41:46 +0200
committerProfpatsch <mail@profpatsch.de>2017-05-23 01:59:10 +0200
commit178a5067af5e1b0526388903b9601837f55e850a (patch)
treea63c686d146f848a1f31e912a4ec9710bc5c0cbd /pkgs/top-level
parentc3b2c5bf77f9d437b4656f0244bcdf2ab8d0102c (diff)
downloadnixlib-178a5067af5e1b0526388903b9601837f55e850a.tar
nixlib-178a5067af5e1b0526388903b9601837f55e850a.tar.gz
nixlib-178a5067af5e1b0526388903b9601837f55e850a.tar.bz2
nixlib-178a5067af5e1b0526388903b9601837f55e850a.tar.lz
nixlib-178a5067af5e1b0526388903b9601837f55e850a.tar.xz
nixlib-178a5067af5e1b0526388903b9601837f55e850a.tar.zst
nixlib-178a5067af5e1b0526388903b9601837f55e850a.zip
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).
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 779db161d14a..16b52fa6f675 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -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;
   };