fluent-bit: fix build on darwin
This commit is contained in:
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ cmake flex bison ];
|
||||
|
||||
patches = [ ./fix-luajit-darwin.patch ];
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace src/CMakeLists.txt \
|
||||
--replace /lib/systemd $out/lib/systemd
|
||||
|
||||
Reference in New Issue
Block a user