More homepages
svn path=/nixpkgs/trunk/; revision=23973
This commit is contained in:
parent
c0a1d527d7
commit
76b211a81f
@ -8,6 +8,7 @@ cabal.mkDerivation (self : {
|
|||||||
propagatedBuildInputs = [X11 mtl];
|
propagatedBuildInputs = [X11 mtl];
|
||||||
meta = {
|
meta = {
|
||||||
description = "xmonad is a tiling window manager for X";
|
description = "xmonad is a tiling window manager for X";
|
||||||
|
homepage = http://xmonad.org/;
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
@ -37,5 +37,6 @@ rec {
|
|||||||
name = "xxdiff-3.2";
|
name = "xxdiff-3.2";
|
||||||
meta = {
|
meta = {
|
||||||
description = "Interactive merge tool";
|
description = "Interactive merge tool";
|
||||||
|
homepage = http://furius.ca/xxdiff/;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user