From 36cfeeaed596eb9d22780721efb58710a37dfb21 Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 2 May 2017 23:19:12 +0200 Subject: machines/katara: Fix attribute for hledger Evaluation error introduced by 736e0da1e251df836b1669ffee80cecfd6bbf0e9. The attribute "hledger" isn't a top-level pkgs attribute but resides within haskellPackages. This fixes evaluation, as tested by: nix-instantiate machines -A profpatsch.katara.build Signed-off-by: aszlig Cc: @Profpatsch --- machines/profpatsch/katara.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'machines/profpatsch/katara.nix') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index 526ebbc9..21103eba 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -148,7 +148,7 @@ in { myPkgs.saneGhci # GloriousGlasgow Haskell Compiler, mostly for ghci gimp # graphics gmpc # mpd client and best music player interface in the world - hledger # plain text accounting + haskellPackages.hledger # plain text accounting inkscape # vector graphics libreoffice # a giant ball of C++, that sometimes helps with proprietary shitformats lilyterm-git # terminal emulator, best one around -- cgit 1.4.1