php84Extensions.yaml: fix build inputs after strictDeps = true

This commit is contained in:
Olivér Falvai
2024-12-17 20:27:47 +01:00
parent 5758e5bf2d
commit b383b9babd
@@ -1,7 +1,6 @@
{
buildPecl,
lib,
pkg-config,
libyaml,
}:
@@ -13,8 +12,7 @@ buildPecl {
configureFlags = [ "--with-yaml=${libyaml.dev}" ];
nativeBuildInputs = [
pkg-config
buildInputs = [
libyaml
];