diff options
author | jeschli <jeschli@gmail.com> | 2019-01-29 19:59:59 +0100 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2019-01-29 19:59:59 +0100 |
commit | 1f6ba2a01d8ef041323fcb847a0c445365307182 (patch) | |
tree | 70f178db2ae90bd3742855df85fa2052f043d9f0 /krebs/5pkgs/haskell/xmonad-stockholm.nix | |
parent | cc99cd82a11e129aa202d159b5fa9135684ff0f7 (diff) |
xmonad-stockholm: arguments in one line
Diffstat (limited to 'krebs/5pkgs/haskell/xmonad-stockholm.nix')
-rw-r--r-- | krebs/5pkgs/haskell/xmonad-stockholm.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/krebs/5pkgs/haskell/xmonad-stockholm.nix b/krebs/5pkgs/haskell/xmonad-stockholm.nix index 228d365a3..1b197b914 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"; |