influxdb: move env variable(s) into env for structuredAttrs
This commit is contained in:
@@ -71,7 +71,7 @@ buildGoModule rec {
|
||||
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
PKG_CONFIG_PATH = "${flux}/pkgconfig";
|
||||
env.PKG_CONFIG_PATH = "${flux}/pkgconfig";
|
||||
|
||||
# Check that libflux is at the right version
|
||||
preBuild = ''
|
||||
|
||||
Reference in New Issue
Block a user