Patch dwarf-fortress-unfuck to build in debug (pending upstream fix)

This commit is contained in:
Morgan Jones
2018-07-01 20:28:59 +00:00
parent 9a2898c6d1
commit 8d5b5fa68e
7 changed files with 25 additions and 7 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ in stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "DFHack";
repo = "dfhack";
sha256 = "16ypcl9378xxnq7ngzh93pmx2haf2i32xgxs2p1q4bvvafdxvirz";
sha256 = "1vzrpdw0pn18calayf9dwqpyg37cb7wkzkvskxjx9nak5ilxzywm";
rev = version;
fetchSubmodules = true;
};