dwarf-fortress: re-include stonesense fix

This partially reverts commit dfc4744afd.

cc @matthewbauer
This commit is contained in:
Herwig Hochleitner
2018-07-14 14:24:35 +02:00
parent 9125e448df
commit 5c2ccd13a3
2 changed files with 24 additions and 0 deletions
@@ -46,6 +46,7 @@ let
fetchSubmodules = true;
};
patches = [ ./fix-stonesense.patch ];
nativeBuildInputs = [ cmake perl XMLLibXML XMLLibXSLT fakegit ];
# We don't use system libraries because dfhack needs old C++ ABI.
buildInputs = [ zlib SDL ]