From 3419e63bb3d009b9a466ea743e9a37729da9febf Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 11 Nov 2017 22:58:10 +0100 Subject: Need parsec in xmonad --- hel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hel.nix b/hel.nix index 501c8ae2..33a8187e 100644 --- a/hel.nix +++ b/hel.nix @@ -149,7 +149,7 @@ default = "xmonad"; xmonad = { enable = true; - extraPackages = haskellPackages: (with haskellPackages; [ xmonad-contrib hostname libnotify aeson temporary ]); + extraPackages = haskellPackages: (with haskellPackages; [ xmonad-contrib hostname libnotify aeson temporary parsec ]); }; }; -- cgit v1.2.3