added xmonad-contrib a huge extension library for xmonad
svn path=/nixpkgs/trunk/; revision=11625
This commit is contained in:
parent
23264b9db7
commit
cb6bb1aaa3
12
pkgs/applications/window-managers/xmonad/xmonad-contrib.nix
Normal file
12
pkgs/applications/window-managers/xmonad/xmonad-contrib.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{cabal, xmonad, X11}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
pname = "xmonad-contrib";
|
||||
name = "${self.fname}";
|
||||
version = "0.7";
|
||||
sha256 = "4034d0c8ce092fc9b4e9d9ecf89bc9c16c4ac28aad190f074edc9e4201db0697";
|
||||
extraBuildInputs = [X11 xmonad];
|
||||
meta = {
|
||||
description = "a huge extension library for xmonad";
|
||||
};
|
||||
})
|
@ -5887,6 +5887,10 @@ let pkgs = rec {
|
||||
inherit (xlibs) xmessage;
|
||||
};
|
||||
|
||||
xmonadContrib = import ../applications/window-managers/xmonad/xmonad-contrib.nix {
|
||||
inherit cabal xmonad X11;
|
||||
};
|
||||
|
||||
xneur = import ../applications/misc/xneur {
|
||||
inherit fetchurl stdenv pkgconfig pcre libxml2 aspell;
|
||||
GStreamer=gst_all.gstreamer;
|
||||
|
Loading…
Reference in New Issue
Block a user