GNU MyServer: Make the binary installable.
svn path=/nixpkgs/trunk/; revision=26162
This commit is contained in:
@@ -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 ]
|
||||
|
||||
Reference in New Issue
Block a user