summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeschli <jeschli@gmail.com>2019-01-29 19:59:59 +0100
committerjeschli <jeschli@gmail.com>2019-01-29 19:59:59 +0100
commit1f6ba2a01d8ef041323fcb847a0c445365307182 (patch)
tree70f178db2ae90bd3742855df85fa2052f043d9f0
parentcc99cd82a11e129aa202d159b5fa9135684ff0f7 (diff)
xmonad-stockholm: arguments in one line
-rw-r--r--krebs/5pkgs/haskell/xmonad-stockholm.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/krebs/5pkgs/haskell/xmonad-stockholm.nix b/krebs/5pkgs/haskell/xmonad-stockholm.nix
index 228d365a..1b197b91 100644
--- a/krebs/5pkgs/haskell/xmonad-stockholm.nix
+++ b/krebs/5pkgs/haskell/xmonad-stockholm.nix
@@ -1,5 +1,4 @@
-{ mkDerivation, base, containers, fetchgit, filepath, stdenv, unix, X11, X11-xft
-, X11-xshape, xmonad, xmonad-contrib
+{ mkDerivation, base, containers, fetchgit, filepath, stdenv, unix, X11, X11-xft , X11-xshape, xmonad, xmonad-contrib
}:
mkDerivation rec {
pname = "xmonad-stockholm";