1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-21 03:23:20 +00:00

Merge pull request #116000 from sternenseemann/mcfgthreads-fix-eval

mcfgthreads: fix syntax
This commit is contained in:
Graham Christensen 2021-03-11 18:00:20 -05:00 committed by GitHub
commit 7b69e62cb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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