fluent-bit: move PKG_CONFIG env variables into env for structuredAttrs

This commit is contained in:
Sigmanificient
2025-12-25 02:01:49 +01:00
committed by Stefan Frijters
parent 998784301d
commit 965d9c2a4c
+1 -1
View File
@@ -102,7 +102,7 @@ stdenv.mkDerivation (finalAttrs: {
# We fix this by setting the systemd package's `systemdsystemunitdir` pkg-config variable.
#
# https://man.openbsd.org/pkg-config.1#PKG_CONFIG_$PACKAGE_$VARIABLE
PKG_CONFIG_SYSTEMD_SYSTEMDSYSTEMUNITDIR = "${placeholder "out"}/lib/systemd/system";
env.PKG_CONFIG_SYSTEMD_SYSTEMDSYSTEMUNITDIR = "${placeholder "out"}/lib/systemd/system";
outputs = [
"out"