mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 00:54:11 +00:00
hledger-iadd: add a top-level alias
This commit is contained in:
parent
1036dc6641
commit
1e0aaa80d2
|
@ -18387,6 +18387,7 @@ in
|
|||
hipchat = callPackage ../applications/networking/instant-messengers/hipchat { };
|
||||
|
||||
hledger = haskell.lib.justStaticExecutables haskellPackages.hledger;
|
||||
hledger-iadd = haskell.lib.justStaticExecutables haskellPackages.hledger-iadd;
|
||||
hledger-interest = haskell.lib.justStaticExecutables haskellPackages.hledger-interest;
|
||||
hledger-ui = haskell.lib.justStaticExecutables haskellPackages.hledger-ui;
|
||||
hledger-web = haskell.lib.justStaticExecutables haskellPackages.hledger-web;
|
||||
|
|
Loading…
Reference in a new issue