fix various builds by updating perl URI package update perl URI package

fix expect: Neither was the executable installed nor the shared library
fix topGit source
update synergy fixing build

svn path=/nixpkgs/trunk/; revision=19064
This commit is contained in:
Marc Weber
2009-12-21 08:55:31 +00:00
parent 8058166fe0
commit 1106d431fc
5 changed files with 20 additions and 21 deletions

View File

@@ -20,6 +20,7 @@ stdenv.mkDerivation {
patchPhase = ''
substituteInPlace configure --replace /bin/stty "$(type -tP stty)"
sed -e '1i\#include <tclInt.h>' -i exp_inter.c
export NIX_LDFLAGS="-rpath $out/lib $NIX_LDFLAGS"
'';
configureFlags = ["--with-tcl=${tcl}/lib"
@@ -31,4 +32,5 @@ stdenv.mkDerivation {
description = "A tool for automating interactive applications";
homepage = http://expect.nist.gov/;
};
postInstall="cp expect{,k} $out/bin; ensureDir $out/lib; cp *.so $out/lib";
}