phpExtensions.yaml: fix build

This commit is contained in:
Pol Dellaiera 2023-06-30 08:23:51 +02:00
parent 6098bec8da
commit f76db9c2e7
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -6,9 +6,9 @@ buildPecl {
version = "2.2.3";
sha256 = "sha256-WTfrlyLd9tZGJnmc+gJFmP8kUuoVeZLk5nMxolP5AjY=";
configureFlags = [ "--with-yaml=${libyaml}" ];
configureFlags = [ "--with-yaml=${libyaml.dev}" ];
nativeBuildInputs = [ pkg-config ];
nativeBuildInputs = [ pkg-config libyaml ];
meta = {
description = "YAML-1.1 parser and emitter";