[Nix-dev] xmonad-0.8 and xmonad-contrib-0.8
Bas van Dijk
v.dijk.bas at gmail.com
Wed Oct 29 12:24:00 CET 2008
(the bug tracker at http://bugs.strategoxt.org/browse/NIXOS seems to
be down so I'm posting this here)
Hello,
I upgraded xmonad and xmonad-contrib to the latest version.
I don't know how to make a patch with subversion that can be applied
to the repository just as with `darcs send` and `darcs apply`. So I
just copy the diff in this mail in the hope that somebody with commit
access can review and apply it:
--------------------------------------------------------------------------------------
[root at nixos:/etc/nixos/nixpkgs]# svn diff
Index: pkgs/applications/window-managers/xmonad/default.nix
===================================================================
--- pkgs/applications/window-managers/xmonad/default.nix (revision 13142)
+++ pkgs/applications/window-managers/xmonad/default.nix (working copy)
@@ -3,14 +3,14 @@
cabal.mkDerivation (self : {
pname = "xmonad";
name = "${self.fname}";
- version = "0.7";
- sha256 = "d5ee338eb6d0680082e20eaafa0b23b32358fffe69e2ec4ad7bdf6e03c751d67";
+ version = "0.8";
+ sha256 = "982a3189e6815dc7e1a9dfc5200a1d746490abe1a8a953f093ea9597a0d40681";
extraBuildInputs = [X11];
meta = {
description = "xmonad is a tiling window manager for X";
};
- preConfigure = ''
+ preConfigure = ''
substituteInPlace XMonad/Core.hs --replace \
'"xmessage"' '"${xmessage}/bin/xmessage"'
'';
Index: pkgs/applications/window-managers/xmonad/xmonad-contrib.nix
===================================================================
--- pkgs/applications/window-managers/xmonad/xmonad-contrib.nix (revision 13142)
+++ pkgs/applications/window-managers/xmonad/xmonad-contrib.nix (working copy)
@@ -3,8 +3,8 @@
cabal.mkDerivation (self : {
pname = "xmonad-contrib";
name = "${self.fname}";
- version = "0.7";
- sha256 = "4034d0c8ce092fc9b4e9d9ecf89bc9c16c4ac28aad190f074edc9e4201db0697";
+ version = "0.8";
+ sha256 = "8555346cd88c16f84951b0e4fb5cd5d76f76ca0360c1c6d85f0e2d3967a32b61";
extraBuildInputs = [X11 xmonad];
meta = {
description = "a huge extension library for xmonad";
--------------------------------------------------------------------------------------
regards,
Bas
More information about the nix-dev
mailing list