ratpoison: update to version 1.4.6
This commit is contained in:
parent
088b35edfb
commit
5ef34645f3
@ -2,11 +2,11 @@
|
||||
, libXtst, xextproto, readline, libXi, pkgconfig, perl, autoconf, automake }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ratpoison-1.4.5";
|
||||
name = "ratpoison-1.4.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://savannah/ratpoison/${name}.tar.gz";
|
||||
sha256 = "7391079db20b8613eecfd81d64d243edc9d3c586750c8f2da2bb9db14d260f03";
|
||||
sha256 = "1y1b38bng0naxfy50asshzg5xr1b2rn88mcgbds42y72d7y9d0za";
|
||||
};
|
||||
|
||||
buildInputs =
|
||||
@ -18,8 +18,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
preConfigure = "autoreconf -vf"; # needed because of the patch above
|
||||
|
||||
patches = [ ./glibc-fix.patch ];
|
||||
|
||||
postInstall = ''
|
||||
mkdir -p $out/share/emacs/site-lisp
|
||||
mv "$out/share/ratpoison/"*.el $out/share/emacs/site-lisp/
|
||||
@ -45,7 +43,7 @@ stdenv.mkDerivation rec {
|
||||
cripples Emacs and other quality pieces of software.
|
||||
'';
|
||||
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
hydraPlatforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
@ -1,22 +0,0 @@
|
||||
From 4ad0b38fb53506d613c4b4f7268dadfcedae9b8e Mon Sep 17 00:00:00 2001
|
||||
From: Shawn Betts <sabetts@gmail.com>
|
||||
Date: Mon, 13 Jul 2009 01:23:25 +0000
|
||||
Subject: check for getline in configure.in
|
||||
|
||||
This fixes a build error encountered on glibc 2.10 systems
|
||||
---
|
||||
diff --git a/configure.in b/configure.in
|
||||
index 0c1b42c..08f4ee8 100644
|
||||
--- a/configure.in
|
||||
+++ b/configure.in
|
||||
@@ -146,7 +146,7 @@ AC_CHECK_HEADERS(unistd.h stdarg.h)
|
||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||
|
||||
dnl Checks for library functions.
|
||||
-AC_CHECK_FUNCS(getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep)
|
||||
+AC_CHECK_FUNCS(getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep getline)
|
||||
|
||||
AC_TYPE_SIGNAL
|
||||
|
||||
--
|
||||
cgit v0.9.0.2
|
Loading…
x
Reference in New Issue
Block a user