nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 17 lines 295 B view raw
1diff --git a/configure b/configure 2index 28a0625..ea25488 100755 3--- a/configure 4+++ b/configure 5@@ -624,12 +624,6 @@ fi 6 7 TMPDIR="." 8 9-if [ -d /var/tmp ] ; then 10- TMPDIR="/var/tmp" 11-elif [ -d /tmp ] ; then 12- TMPDIR=/tmp 13-fi 14- 15 ${ECHO_CMD} Use TMP dir ${TMPDIR} 16 17 #########################