mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
parent
53f8faeef3
commit
7de14a937e
@ -21,6 +21,11 @@ stdenv.mkDerivation rec {
|
||||
|
||||
makeFlags = [ "PREFIX=${placeholder "out"}" ];
|
||||
|
||||
preBuild = lib.optionalString stdenv.hostPlatform.isDarwin ''
|
||||
makeFlagsArray+=(CFLAGS="-Wno-pointer-to-int-cast -Wno-newline-eof")
|
||||
'';
|
||||
|
||||
|
||||
meta = with lib; {
|
||||
description= "Reliable, high-performance, thread safe, flexible, clear-model, pure C logging library";
|
||||
homepage = "https://hardysimpson.github.io/zlog/";
|
||||
|
Loading…
Reference in New Issue
Block a user