Merge pull request #117964 from ttuegel/aacgain

aacgain: build with -Wno-narrowing
This commit is contained in:
Thomas Tuegel 2021-03-29 21:12:28 -05:00 committed by GitHub
commit b2331df99d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,10 @@ stdenv.mkDerivation {
hardeningDisable = [ "format" ];
# -Wnarrowing is enabled by default in recent GCC versions,
# causing compilation to fail.
NIX_CFLAGS_COMPILE = "-Wno-narrowing";
postPatch = ''
(
cd mp4v2