about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/xmonad
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-07-14 17:23:04 +0200
committerPeter Simons <simons@cryp.to>2014-07-14 17:33:52 +0200
commit5bfb58a8a25cb4ac43c12fab2b81642ee64837ed (patch)
tree8ff87abc26826b90189f2feb923a5dc4d5b47ced /pkgs/applications/window-managers/xmonad
parentccdfa99cc8e3764decc574b470db55a7556de5c2 (diff)
downloadnixlib-5bfb58a8a25cb4ac43c12fab2b81642ee64837ed.tar
nixlib-5bfb58a8a25cb4ac43c12fab2b81642ee64837ed.tar.gz
nixlib-5bfb58a8a25cb4ac43c12fab2b81642ee64837ed.tar.bz2
nixlib-5bfb58a8a25cb4ac43c12fab2b81642ee64837ed.tar.lz
nixlib-5bfb58a8a25cb4ac43c12fab2b81642ee64837ed.tar.xz
nixlib-5bfb58a8a25cb4ac43c12fab2b81642ee64837ed.tar.zst
nixlib-5bfb58a8a25cb4ac43c12fab2b81642ee64837ed.zip
Re-generate Haskell packages with cabal2nix.
Diffstat (limited to 'pkgs/applications/window-managers/xmonad')
-rw-r--r--pkgs/applications/window-managers/xmonad/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/xmonad/default.nix b/pkgs/applications/window-managers/xmonad/default.nix
index c80c8f1c9db0..08b85a5530fd 100644
--- a/pkgs/applications/window-managers/xmonad/default.nix
+++ b/pkgs/applications/window-managers/xmonad/default.nix
@@ -1,3 +1,5 @@
+# This file was auto-generated by cabal2nix. Please do NOT edit manually!
+
 { cabal, extensibleExceptions, filepath, mtl, utf8String, X11 }:
 
 cabal.mkDerivation (self: {
@@ -14,12 +16,10 @@ cabal.mkDerivation (self: {
     mkdir -p $out/share/man/man1
     mv "$out/"**"/man/"*.1 $out/share/man/man1/
   '';
-
   patches = [
     # Patch to make xmonad use XMONAD_{GHC,XMESSAGE} (if available).
     ./xmonad_ghc_var_0.11.patch
   ];
-
   meta = {
     homepage = "http://xmonad.org";
     description = "A tiling window manager";