phpExtensions.smbclient: move env variable into env for structuredAttrs (#524079)

This commit is contained in:
Pol Dellaiera
2026-05-25 16:45:22 +00:00
committed by GitHub
@@ -10,7 +10,7 @@ buildPecl {
sha256 = "sha256-Hmp0RWOqxwCBXlca2YsRNahOhA1E5qxnmXSUx4Cpzec=";
# TODO: remove this when upstream merges a fix - https://github.com/eduardok/libsmbclient-php/pull/66
LIBSMBCLIENT_INCDIR = "${samba.dev}/include/samba-4.0";
env.LIBSMBCLIENT_INCDIR = "${samba.dev}/include/samba-4.0";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ samba ];