about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2015-09-10 01:46:06 +0200
committerProfpatsch <mail@profpatsch.de>2015-09-10 01:46:06 +0200
commitb43f5b71436d8709b5840e839f3b7b8cef0d1331 (patch)
treeb560c71242478c6853aa8384079f7a9bf7c88efb /machines
parent744ceb25115b59cded325dfb8b2b94fd7b7c5fec (diff)
katara: Haskell dev packages (with hoogle)
Diffstat (limited to 'machines')
-rw-r--r--machines/profpatsch/katara.nix11
1 files changed, 11 insertions, 0 deletions
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