Merge pull request #270792 from emilytrau/rzip-clang

rzip: fix clang build
This commit is contained in:
Weijia Wang 2023-11-30 03:32:01 +01:00 committed by GitHub
commit 53fb8a6c3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";