From ac27331127ab250e61442aae10db18aad642bd38 Mon Sep 17 00:00:00 2001 From: piegames Date: Sat, 14 Dec 2024 12:32:43 +0100 Subject: [PATCH] mlton: Fix invalid string escape --- pkgs/development/compilers/mlton/20210117-binary.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/mlton/20210117-binary.nix b/pkgs/development/compilers/mlton/20210117-binary.nix index 523d46ed8c39..f95c6e330b6f 100644 --- a/pkgs/development/compilers/mlton/20210117-binary.nix +++ b/pkgs/development/compilers/mlton/20210117-binary.nix @@ -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="; }) ];