diff options
author | lassulus <lassulus@lassul.us> | 2018-08-14 15:55:17 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-08-14 16:01:43 +0200 |
commit | c0525f667f7614cb084e66c16daadc4451da6f47 (patch) | |
tree | 67736508012cfab453fb958cc4ecdcc2238641e1 /krebs/5pkgs | |
parent | c02fae77f38a553ee41452254ad6db5161561082 (diff) |
xmonad-stockholm: add X11-xft dependency
Diffstat (limited to 'krebs/5pkgs')
-rw-r--r-- | krebs/5pkgs/haskell/xmonad-stockholm.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/krebs/5pkgs/haskell/xmonad-stockholm.nix b/krebs/5pkgs/haskell/xmonad-stockholm.nix index 954cfd76a..de426a02c 100644 --- a/krebs/5pkgs/haskell/xmonad-stockholm.nix +++ b/krebs/5pkgs/haskell/xmonad-stockholm.nix @@ -1,4 +1,4 @@ -{ mkDerivation, base, containers, fetchgit, stdenv, X11, X11-xshape +{ mkDerivation, base, containers, fetchgit, stdenv, X11, X11-xft, X11-xshape , xmonad, xmonad-contrib }: mkDerivation rec { @@ -10,7 +10,7 @@ mkDerivation rec { sha256 = "05nnfg6q35z3qgf507qa80bz32jl4k719dl5phlmchplp3769585"; }; libraryHaskellDepends = [ - base containers X11 X11-xshape xmonad xmonad-contrib + base containers X11 X11-xft X11-xshape xmonad xmonad-contrib ]; license = stdenv.lib.licenses.mit; } |