dadadodo: fix darwin build

+3 -1
+3 -1
pkgs/tools/text/dadadodo/default.nix
··· 9 9 sha256 = "1pzwp3mim58afjrc92yx65mmgr1c834s1v6z4f4gyihwjn8bn3if"; 10 10 }; 11 11 12 + makeFlags = [ "CC=${stdenv.cc.targetPrefix}cc" ]; 13 + 12 14 installPhase = '' 13 15 mkdir -p $out/bin 14 16 cp dadadodo $out/bin ··· 20 22 description = "Markov chain-based text generator"; 21 23 homepage = "http://www.jwz.org/dadadodo"; 22 24 maintainers = with maintainers; [ pSub ]; 23 - platforms = with platforms; linux; 25 + platforms = platforms.all; 24 26 }; 25 27 }