Revert "autogen: don't write temp files outside build dir"

This reverts commit 1ea4ea1375b96929e08286667f326305818ce81a.
This commit is contained in:
Thomas Tuegel 2015-08-23 10:28:48 -05:00
parent 1ea4ea1375
commit 06717667cc

@ -16,9 +16,6 @@ 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
# Don't write temporary files outside the build directory
sed -i "s,/tmp/mklibsrc-log.tx,$TMPDIR/mklibsrc-log.tx,g" pkg/libopts/mklibsrc.sh
'';
#doCheck = true; # 2 tests fail because of missing /dev/tty