xmonad-stockholm: init at 1.0.0

This commit is contained in:
tv 2015-11-09 17:56:47 +01:00
parent b0094ce0e4
commit 604ce6bd59

View file

@ -0,0 +1,16 @@
{ mkDerivation, base, containers, fetchgit, stdenv, X11, X11-xshape
, xmonad, xmonad-contrib
}:
mkDerivation {
pname = "xmonad-stockholm";
version = "1.0.0";
src = fetchgit {
url = "http://cgit.cd/xmonad-stockholm";
sha256 = "35dda5d16acc90af94ae2fae10ab5cc2d5b450c3f1ff2e7f515ac53877269abf";
rev = "2dbefe42fc5cfe9093465bf3e22ba8f82feeef6e";
};
libraryHaskellDepends = [
base containers X11 X11-xshape xmonad xmonad-contrib
];
license = stdenv.lib.licenses.mit;
}