putty: 0.64 -> 0.65
This commit is contained in:
parent
e8596c189f
commit
4d20fb5f44
@ -1,20 +1,20 @@
|
|||||||
{ stdenv, fetchurl, ncurses, gtk, pkgconfig, autoconf, automake, perl, halibut, libtool }:
|
{ stdenv, fetchurl, ncurses, gtk, pkgconfig, autoconf, automake, perl, halibut, libtool }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "0.64";
|
version = "0.65";
|
||||||
name = "putty-${version}";
|
name = "putty-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://the.earth.li/~sgtatham/putty/latest/${name}.tar.gz";
|
url = "http://the.earth.li/~sgtatham/putty/latest/${name}.tar.gz";
|
||||||
sha256 = "089qbzd7w51sc9grm2x3lcbj61jdqsnakb4j4gnf6i2131xcjiia";
|
sha256 = "180ccrsyh775hdmxqdnbclfbvsfdp2zk3gsadpa53sj497yw2hym";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
perl mkfiles.pl
|
perl mkfiles.pl
|
||||||
( cd doc ; make );
|
( cd doc ; make );
|
||||||
sed '/AM_PATH_GTK(/d' -i unix/configure.ac
|
sed -e '/AM_PATH_GTK(/d' \
|
||||||
sed '/AC_OUTPUT/iAM_PROG_CC_C_O' -i unix/configure.ac
|
-e '/AC_OUTPUT/iAM_PROG_CC_C_O' \
|
||||||
sed '/AC_OUTPUT/iAM_PROG_AR' -i unix/configure.ac
|
-e '/AC_OUTPUT/iAM_PROG_AR' -i configure.ac
|
||||||
./mkauto.sh
|
./mkauto.sh
|
||||||
cd unix
|
cd unix
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user