mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
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
|
||||
'';
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Markov chain-based text generator";
|
||||
homepage = http://www.jwz.org/dadadodo;
|
||||
|
|
Loading…
Reference in a new issue