Merge pull request #270823 from emilytrau/tuba-clang

tuba: fix clang build
This commit is contained in:
Nick Cao 2023-11-29 09:28:52 -05:00 committed by GitHub
commit 5b84064663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 { };
};