tuba: fix clang build

This commit is contained in:
Emily Trau 2023-11-29 16:40:09 +11:00
parent 6e07746fb0
commit 1c6cc8ed6e

View file

@ -67,6 +67,8 @@ stdenv.mkDerivation rec {
gst-plugins-bad
]);
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-error=int-conversion";
passthru = {
updateScript = nix-update-script { };
};