mcfgthreads: fix syntax

PR #115603 / 8ad96b7786 introduced a
syntax error by introducing an '' inside an indented string and thus a
syntax error. Was merged despite the failing ofborg check.
This commit is contained in:
sternenseemann 2021-03-11 23:48:12 +01:00
parent 99838b738d
commit 81e5833fd1

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation {
'';
postPatch = ''
substituteInPlace Makefile.am --replace '-Werror' ''
substituteInPlace Makefile.am --replace '-Werror' ""
'';
nativeBuildInputs = [