summary refs log tree commit diff
path: root/pkgs/applications/window-managers/xmonad/xmonad-extras.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/xmonad/xmonad-extras.nix')
-rw-r--r--pkgs/applications/window-managers/xmonad/xmonad-extras.nix24
1 files changed, 0 insertions, 24 deletions
diff --git a/pkgs/applications/window-managers/xmonad/xmonad-extras.nix b/pkgs/applications/window-managers/xmonad/xmonad-extras.nix
deleted file mode 100644
index 87ee4994e45d..000000000000
--- a/pkgs/applications/window-managers/xmonad/xmonad-extras.nix
+++ /dev/null
@@ -1,24 +0,0 @@
-# This file was auto-generated by cabal2nix. Please do NOT edit manually!
-
-{ cabal, hint, libmpd, mtl, network, parsec, random, regexPosix
-, split, X11, xmonad, xmonadContrib
-}:
-
-cabal.mkDerivation (self: {
-  pname = "xmonad-extras";
-  version = "0.12";
-  sha256 = "1gyj9j6x21rvs6kg6g74wr0jdd36c5ml63a670456fhjr96s8y0g";
-  buildDepends = [
-    hint libmpd mtl network parsec random regexPosix split X11 xmonad
-    xmonadContrib
-  ];
-  configureFlags = "-f-with_hlist -fwith_split -fwith_parsec";
-  jailbreak = true;
-  meta = {
-    homepage = "http://projects.haskell.org/xmonad-extras";
-    description = "Third party extensions for xmonad with wacky dependencies";
-    license = self.stdenv.lib.licenses.bsd3;
-    platforms = self.ghc.meta.platforms;
-    maintainers = with self.stdenv.lib.maintainers; [ simons ];
-  };
-})