autogen: Fix build outside of chroot

http://hydra.nixos.org/build/24870256
This commit is contained in:
Eelco Dolstra 2015-08-20 20:42:41 +02:00
parent 2138f789bc
commit 6769633b64

View file

@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
# Fix a broken sed expression used for detecting the minor
# version of guile we are using
sed -i "s,sed '.*-I.*',sed 's/\\\(^\\\| \\\)-I/\\\1/g',g" configure
substituteInPlace pkg/libopts/mklibsrc.sh --replace /tmp $TMPDIR
'';
#doCheck = true; # 2 tests fail because of missing /dev/tty