phpExtensions.amqp: move env variable into env for structuredAttrs (#524075)

This commit is contained in:
Pol Dellaiera
2026-05-25 16:45:34 +00:00
committed by GitHub
@@ -21,7 +21,7 @@ buildPecl {
buildInputs = [ rabbitmq-c ];
AMQP_DIR = rabbitmq-c;
env.AMQP_DIR = rabbitmq-c;
meta = {
changelog = "https://github.com/php-amqp/php-amqp/releases/tag/v${version}";