about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/ratpoison
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-11-03 15:57:17 +0000
committerPeter Simons <simons@cryp.to>2009-11-03 15:57:17 +0000
commit990d7c05e729bb5b2a66e01989373a6b1b503015 (patch)
tree00b42b82184a5f2a35bbfe6e94daeae5210ddae6 /pkgs/applications/window-managers/ratpoison
parent5ed64ae7c0c970e2dfdccd9a3244f9f6284350f9 (diff)
downloadnixlib-990d7c05e729bb5b2a66e01989373a6b1b503015.tar
nixlib-990d7c05e729bb5b2a66e01989373a6b1b503015.tar.gz
nixlib-990d7c05e729bb5b2a66e01989373a6b1b503015.tar.bz2
nixlib-990d7c05e729bb5b2a66e01989373a6b1b503015.tar.lz
nixlib-990d7c05e729bb5b2a66e01989373a6b1b503015.tar.xz
nixlib-990d7c05e729bb5b2a66e01989373a6b1b503015.tar.zst
nixlib-990d7c05e729bb5b2a66e01989373a6b1b503015.zip
pkgs/applications/window-managers/ratpoison/default.nix: updated to version 1.4.5
svn path=/nixpkgs/trunk/; revision=18075
Diffstat (limited to 'pkgs/applications/window-managers/ratpoison')
-rw-r--r--pkgs/applications/window-managers/ratpoison/default.nix8
-rw-r--r--pkgs/applications/window-managers/ratpoison/fix-rpws.patch19
2 files changed, 3 insertions, 24 deletions
diff --git a/pkgs/applications/window-managers/ratpoison/default.nix b/pkgs/applications/window-managers/ratpoison/default.nix
index 58c59aae3cb4..0f31217d315b 100644
--- a/pkgs/applications/window-managers/ratpoison/default.nix
+++ b/pkgs/applications/window-managers/ratpoison/default.nix
@@ -1,15 +1,13 @@
 {stdenv, fetchurl, libX11, inputproto, libXt, libXpm, libXft, fontconfig,
 	libXtst, xextproto, readline}:
 stdenv.mkDerivation {
-  name = "ratpoison-1.4.3";
+  name = "ratpoison-1.4.5";
 
   src = fetchurl {
-    url = http://download.savannah.gnu.org/releases/ratpoison/ratpoison-1.4.3.tar.gz;
-    sha256 = "15y3hi4dc7f98mhhpms22ahmh8lbzhyqli878z3fgrix4z7vr4fz";
+    url = http://download.savannah.gnu.org/releases/ratpoison/ratpoison-1.4.5.tar.gz;
+    sha256 = "7391079db20b8613eecfd81d64d243edc9d3c586750c8f2da2bb9db14d260f03";
   };
 
-  patches = [ ./fix-rpws.patch ];
-
   buildInputs = [libX11 inputproto libXt
 	 libXpm libXft fontconfig libXtst
 	xextproto readline];
diff --git a/pkgs/applications/window-managers/ratpoison/fix-rpws.patch b/pkgs/applications/window-managers/ratpoison/fix-rpws.patch
deleted file mode 100644
index e2c789ca0145..000000000000
--- a/pkgs/applications/window-managers/ratpoison/fix-rpws.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-*** ratpoison-1.4.3/contrib/rpws.orig	1970-01-01 01:00:00.000000000 +0100
---- ratpoison-1.4.3/contrib/rpws	1970-01-01 01:00:00.000000000 +0100
-***************
-*** 60,66 ****
-      rp_call( "only" );
-
-      my $i;
-!     for( my $i = 1; $i < $num; $i++ )
-      {
-          ws_init_ws( $i );
-      }
---- 60,66 ----
-      rp_call( "only" );
-
-      my $i;
-!     for( my $i = 1; $i <= $num; $i++ )
-      {
-          ws_init_ws( $i );
-      }