nixpkgs/pkgs/tools
Tuomas Tynkkynen 8a985d97a1 sudo: Compile with '--with-iologdir' to improve build purity
Otherwise it will try to guess the log directory, and the guess might
not be the same if chroot builds are enabled or not.

The gruesome details from m4/sudo.m4:

````
dnl
dnl Where the I/O log files go, use /var/log/sudo-io if
dnl /var/log exists, else /{var,usr}/adm/sudo-io
dnl
AC_DEFUN([SUDO_IO_LOGDIR], [
    AC_MSG_CHECKING(for I/O log dir location)
    if test "${with_iologdir-yes}" != "yes"; then
        iolog_dir="$with_iologdir"
    elif test -d "/var/log"; then
        iolog_dir="/var/log/sudo-io"
    elif test -d "/var/adm"; then
        iolog_dir="/var/adm/sudo-io"
    else
        iolog_dir="/usr/adm/sudo-io"
    fi
    if test "${with_iologdir}" != "no"; then
        SUDO_DEFINE_UNQUOTED(_PATH_SUDO_IO_LOGDIR, "$iolog_dir")
    fi
    AC_MSG_RESULT($iolog_dir)
])dnl
````
2016-01-02 18:50:11 +01:00
..
admin simp_le: 20151205 -> 20151207 2015-12-12 16:06:51 +01:00
archivers unrar: fix #12084: wrong license 2016-01-02 12:30:28 +01:00
audio beets: Add the external beets-alternatives plugin 2015-12-18 05:58:27 +01:00
backup partclone: fix build - requires automake and autoconf 2015-12-07 15:14:45 +00:00
bluetooth Use libpulseaudio instead of pulseaudio 2015-05-29 14:32:56 -07:00
bootloaders/refind refind: 0.8.4 -> 0.9.2 2015-11-01 09:37:00 -02:00
cd-dvd dvdisaster: run tests & build in parallel 2015-12-27 06:37:00 +01:00
compression lz4: mark as working on all unixes 2015-12-30 17:45:13 -05:00
filesystems glusterfs: 3.7.3 -> 3.7.6 2016-01-01 12:30:17 +03:00
graphics pdf2svg: add autoreconf hook (close #11888) 2015-12-23 07:36:25 +01:00
inputmethods fcitx-qt5: init at 1.0.4 2015-11-26 16:12:25 +08:00
misc Merge pull request #12050 from nckx/fix-mturk-hash 2016-01-01 14:59:53 +01:00
networking networkmanager: fix path /sbin/modprobe 2016-01-02 18:23:59 +01:00
package-management nixUnstable: 1.11pre4334_7431932 -> 1.11pre4345_b8258a4 2015-12-29 17:54:58 +01:00
security sudo: Compile with '--with-iologdir' to improve build purity 2016-01-02 18:50:11 +01:00
system Merge pull request #12057 from womfoo/facter 2016-01-01 20:54:38 +03:00
text a2ps: fix evaluation 2016-01-01 22:03:21 +01:00
typesetting texlive: add xdvi binary part (fixes #11816) 2015-12-22 16:55:32 +01:00
video vncrec: reimplement using mkDerivation 2015-11-24 14:45:15 +01:00
virtualization buildPythonPackage: fix standalone applications using it 2015-11-21 21:44:12 +01:00
X11 xprintidel-ng: init at git-2015-09-01 2015-12-12 11:47:18 +01:00