casync: move PKG_CONFIG env variables into env for structuredAttrs
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user