treewide/php-packages: Drop pkgs from arguments to packages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ buildPecl, lib, pkgs }:
|
||||
{ buildPecl, lib, pkg-config, libyaml }:
|
||||
|
||||
buildPecl {
|
||||
pname = "yaml";
|
||||
@@ -6,9 +6,9 @@ buildPecl {
|
||||
version = "2.2.1";
|
||||
sha256 = "sha256-4XrQTnUuJf0Jm93S350m3+8YPI0AxBebydei4cl9eBk=";
|
||||
|
||||
configureFlags = [ "--with-yaml=${pkgs.libyaml}" ];
|
||||
configureFlags = [ "--with-yaml=${libyaml}" ];
|
||||
|
||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
|
||||
meta.maintainers = lib.teams.php.members;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user