GNU MyServer: Make the binary installable.

svn path=/nixpkgs/trunk/; revision=26162
This commit is contained in:
Ludovic Courtès
2011-03-04 13:19:04 +00:00
parent 69e259eaf2
commit e7fc725ddb
2 changed files with 16 additions and 1 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ let version = "0.10"; in
sha256 = "0w8njgka54if8ycd9cyxgmqa0ivv7r0rka7gda3x2rfr2z4nxvpb";
};
patches = [ ./disable-dns-lookup-in-chroot.patch ];
patches =
[ ./disable-dns-lookup-in-chroot.patch ./installable-binary.patch ];
buildInputs =
[ libgcrypt libevent libidn gnutls libxml2 zlib guile texinfo xz ]