dadadodo: fix build after #28029
This commit is contained in:
parent
83c98f3656
commit
2c92213cd2
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
cp dadadodo $out/bin
|
cp dadadodo $out/bin
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Markov chain-based text generator";
|
description = "Markov chain-based text generator";
|
||||||
homepage = http://www.jwz.org/dadadodo;
|
homepage = http://www.jwz.org/dadadodo;
|
||||||
|
Loading…
Reference in New Issue
Block a user