1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-05 03:53:41 +00:00

mp4v2: fix build on gcc10

This commit is contained in:
Lucas Ransan 2020-12-27 12:55:17 +01:00 committed by Frederik Rietdijk
parent 68a4db3446
commit 22daf1c8ff

View file

@ -21,6 +21,8 @@ stdenv.mkDerivation rec {
})
];
NIX_CFLAGS_COMPILE = [ "-Wno-error=narrowing" ];
# `faac' expects `mp4.h'.
postInstall = "ln -s mp4v2/mp4v2.h $out/include/mp4.h";