From b43f5b71436d8709b5840e839f3b7b8cef0d1331 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Thu, 10 Sep 2015 01:46:06 +0200 Subject: katara: Haskell dev packages (with hoogle) --- machines/profpatsch/katara.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'machines') diff --git a/machines/profpatsch/katara.nix b/machines/profpatsch/katara.nix index 5ce1c57e..86b26251 100644 --- a/machines/profpatsch/katara.nix +++ b/machines/profpatsch/katara.nix @@ -170,6 +170,17 @@ in { ]; in systemPkgs ++ xPkgs ++ guiPkgs ++ userPrograms ++ mailPkgs ++ haskellPkgs ++ nixPkgs; + system.extraDependencies = lib.singleton ( + pkgs.haskellPackages.ghcWithHoogle (hpkgs: with hpkgs; + [ + # frp + frpnow + gloss + gtk + frpnow-gtk + frpnow-gloss + ])); + ########### # Services -- cgit 1.4.1