casync: move PKG_CONFIG env variables into env for structuredAttrs

This commit is contained in:
Sigmanificient
2025-12-25 02:01:48 +01:00
committed by Stefan Frijters
parent 5212f64936
commit 7101a0557f
+2 -1
View File
@@ -64,7 +64,8 @@ stdenv.mkDerivation {
patchShebangs test/http-server.py
'';
PKG_CONFIG_UDEV_UDEVDIR = "lib/udev";
env.PKG_CONFIG_UDEV_UDEVDIR = "lib/udev";
mesonFlags =
lib.optionals (!fuseSupport) [ "-Dfuse=false" ]
++ lib.optionals (!udevSupport) [ "-Dudev=false" ]