mlton: Fix invalid string escape

This commit is contained in:
piegames
2024-12-14 14:04:36 +01:00
parent 772ad025ec
commit ac27331127
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
(fetchpatch {
name = "remove-duplicate-if.patch";
url = "https://github.com/MLton/mlton/commit/22002cd0a53a1ab84491d74cb8dc6a4e50c1f7b7.patch";
decode = "sed -e 's|Makefile\.binary|Makefile|g'";
decode = "sed -e 's|Makefile\\.binary|Makefile|g'";
hash = "sha256-Gtmc+OIh+m7ordSn74fpOKVDQDtYyLHe6Le2snNCBYQ=";
})
];