beanstalkd: turn off fortify

This commit is contained in:
Robin Gloster 2016-02-08 17:27:52 +00:00
parent cccd32b7a1
commit cbc82aed22

View file

@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
sha256 = "0n9dlmiddcfl7i0f1lwfhqiwyvf26493fxfcmn8jm30nbqciwfwj";
};
hardening_fortify = false;
meta = with stdenv.lib; {
homepage = http://kr.github.io/beanstalkd/;
description = "A simple, fast work queue";