openssh: Update to 6.2p1

This commit is contained in:
Eelco Dolstra
2013-04-12 15:27:13 +02:00
parent 8fc1fe9f6b
commit 4d5ba15ea9
4 changed files with 264 additions and 8 deletions
+4 -4
View File
@@ -7,17 +7,17 @@ stdenv.mkDerivation rec {
url = mirror://sourceforge/squashfs/squashfs4.2.tar.gz;
sha256 = "15if08j0pl5hmnz9pwshwrp4fjp0jsm9larjxmjvdnr2m5d1kq6r";
};
buildInputs = [ zlib xz ];
preBuild = "cd squashfs-tools";
NIX_LDFLAGS = "-lgcc_s"; # for pthread_cancel
installFlags = "INSTALL_DIR=\${out}/bin";
makeFlags = "XZ_SUPPORT=1";
meta = {
homepage = http://squashfs.sourceforge.net/;
description = "Tool for creating and unpacking squashfs filesystems";