rzip: fix clang build
This commit is contained in:
parent
10ee18ca92
commit
45f4341f16
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue