phpExtensions.amqp: move env variable into env for structuredAttrs (#524075)
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user