rzip: fix clang build

This commit is contained in:
Emily Trau 2023-11-29 14:01:05 +11:00
parent 10ee18ca92
commit 45f4341f16

View file

@ -18,6 +18,8 @@ stdenv.mkDerivation rec {
})
];
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.cc.isClang "-Wno-error=implicit-int";
meta = with lib; {
homepage = "https://rzip.samba.org/";
description = "Compression program";