mcfgthreads: fix syntax
PR #115603 / 8ad96b7786134cba3d856ad5572080cef94f1640 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:
parent
99838b738d
commit
81e5833fd1
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace Makefile.am --replace '-Werror' ''
|
||||
substituteInPlace Makefile.am --replace '-Werror' ""
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user