dadadodo: fix build after #28029

This commit is contained in:
Orivej Desh 2018-05-29 14:19:39 +00:00
parent 83c98f3656
commit 2c92213cd2

View file

@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
cp dadadodo $out/bin
'';
hardeningDisable = [ "format" ];
meta = with stdenv.lib; {
description = "Markov chain-based text generator";
homepage = http://www.jwz.org/dadadodo;