From e7b5503c078666858ee29899d065e7aeebf65bb8 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 25 Dec 2015 17:17:24 +0100 Subject: katara: wkthlmtopdf in other packages --- machines/profpatsch/katara.nix | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'machines') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index ed515a4d..72e88539 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -149,9 +149,9 @@ in { ]; in systemPkgs ++ xPkgs ++ guiPkgs ++ userPrograms ++ mailPkgs ++ nixPkgs ++ tmpPkgs; - system.extraDependencies = lib.singleton ( + system.extraDependencies = with pkgs; lib.singleton ( # Haskell packages I want to keep around - pkgs.haskellPackages.ghcWithPackages (hpkgs: with hpkgs; + haskellPackages.ghcWithPackages (hpkgs: with hpkgs; [ # frp frpnow @@ -159,7 +159,12 @@ in { gtk frpnow-gtk frpnow-gloss - ])); + ])) + ++ + # other packages that I use sometimes in a shell + [ + wkhtmltopdf + ]; ########### -- cgit 1.4.1