2048-in-terminal: fix on musl
This commit is contained in:
parent
f29bbd779c
commit
bd23fc77d3
@ -13,6 +13,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ ncurses ];
|
||||
|
||||
prePatch = ''
|
||||
sed -i '1i#include <fcntl.h>\n' save.c
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
preInstall = ''
|
||||
|
Loading…
Reference in New Issue
Block a user