nixpkgs/pkgs/tools
Tuomas Tynkkynen 919d44d29f openssh: Compile with '--with-pid-dir' to improve build purity
The configure script tries to probe whether /var/run exists when
determining the location for the pid file, which is not very nice when
doing chroot builds. Just set it explicitly to avoid the problem.

For reference, the culprit in configure.ac:
````
piddir=/var/run
if test ! -d $piddir ; then
        piddir=`eval echo ${sysconfdir}`
        case $piddir in
                NONE/*) piddir=`echo $piddir | sed "s~NONE~$ac_default_prefix~"` ;;
        esac
fi

AC_ARG_WITH([pid-dir],
        [  --with-pid-dir=PATH     Specify location of ssh.pid file],
...

````

Also, use the `install-nokeys` target in installPhase so we avoid
installing useless host keys into $out/etc/ssh and improve built purity
as well.
2015-12-28 18:40:21 +02:00
..
admin simp_le: init at 20151205, fixes #11479 2015-12-05 23:09:47 +01:00
archivers Rename 'emery' maintainer handle to 'ehmry', fixes #11493 2015-12-05 23:06:20 +01:00
audio Rename 'emery' maintainer handle to 'ehmry', fixes #11493 2015-12-05 23:06:20 +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 unetbootin: 608 -> 613 2015-09-15 05:11:34 +08:00
compression Merge recent staging built on Hydra 2015-12-05 11:11:51 +01:00
filesystems Rename 'emery' maintainer handle to 'ehmry', fixes #11493 2015-12-05 23:06:20 +01:00
graphics Remove unneeded 'with's from meta.platforms 2015-11-25 23:06:09 +01:00
inputmethods fcitx-qt5: init at 1.0.4 2015-11-26 16:12:25 +08:00
misc yank: 0.4.1 -> 0.6.0, fixes #11522 2015-12-07 15:25:50 +01:00
networking openssh: Compile with '--with-pid-dir' to improve build purity 2015-12-28 18:40:21 +02:00
package-management nix-prefetch-scripts: Split into multiple derivations 2015-12-04 14:38:41 +02:00
security tor: 0.2.6.10 -> 0.2.7.5, fixes #11489 2015-12-06 13:18:45 +01:00
system ansible2: init 2015-12-03 21:54:45 -05:00
text Rename 'emery' maintainer handle to 'ehmry', fixes #11493 2015-12-05 23:06:20 +01:00
typesetting emacsPackages.auctex: 11.88 -> 11.89 2015-12-03 13:11:25 -05: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 Merge pull request #11262 from spwhitt/bumblebee_have 2015-12-05 00:56:16 +03:00