2048-in-terminal: fix on musl

This commit is contained in:
Will Dietz
2018-02-13 09:44:53 -06:00
parent f29bbd779c
commit bd23fc77d3
+4
View File
@@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
buildInputs = [ ncurses ];
prePatch = ''
sed -i '1i#include <fcntl.h>\n' save.c
'';
enableParallelBuilding = true;
preInstall = ''