Merge pull request #287910 from bcdarwin/unbreak-mirtk
mirtk: unbreak by setting -Wno-changes-meaning
This commit is contained in:
@@ -47,6 +47,8 @@ stdenv.mkDerivation rec {
|
||||
install -Dm644 -t "$out/share/bash-completion/completions/mirtk" share/completion/bash/mirtk
|
||||
'';
|
||||
|
||||
env.NIX_CFLAGS_COMPILE = "-Wno-changes-meaning";
|
||||
|
||||
nativeBuildInputs = [ cmake ];
|
||||
buildInputs = [
|
||||
boost
|
||||
|
||||
Reference in New Issue
Block a user