Last batch of Haskell expression updates.
* haskell-mkcabal: updated to version 1.0.0 * haskell-ghc-syb-utils: updated to version 0.2.1.0 * haskell-darcs: updated to version 2.5.2 svn path=/nixpkgs/trunk/; revision=28449
This commit is contained in:
@@ -1,11 +1,21 @@
|
||||
{cabal, xmonad, X11, utf8String, X11Xft}:
|
||||
{ cabal, X11, X11Xft, extensibleExceptions, mtl, utf8String, xmonad
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self : {
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "xmonad-contrib";
|
||||
version = "0.9.2";
|
||||
sha256 = "06hg5j4w8iz62wmyygq4c7xcbi9dxlhhh3dbic438cjk7c0w1h5p";
|
||||
propagatedBuildInputs = [X11 xmonad utf8String X11Xft];
|
||||
buildDepends = [
|
||||
X11 X11Xft extensibleExceptions mtl utf8String xmonad
|
||||
];
|
||||
meta = {
|
||||
description = "a huge extension library for xmonad";
|
||||
homepage = "http://xmonad.org/";
|
||||
description = "Third party extensions for xmonad";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [
|
||||
self.stdenv.lib.maintainers.andres
|
||||
self.stdenv.lib.maintainers.simons
|
||||
];
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user