php84Extensions.yaml: fix build inputs after strictDeps = true
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
buildPecl,
|
||||
lib,
|
||||
pkg-config,
|
||||
libyaml,
|
||||
}:
|
||||
|
||||
@@ -13,8 +12,7 @@ buildPecl {
|
||||
|
||||
configureFlags = [ "--with-yaml=${libyaml.dev}" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
buildInputs = [
|
||||
libyaml
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user