treewide/php-packages: Drop pkgs from arguments to packages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ buildPecl, fetchpatch, lib, pkgs, pcre' }:
|
||||
{ buildPecl, fetchpatch, lib, imagemagick7, pkg-config, pcre' }:
|
||||
|
||||
buildPecl {
|
||||
pname = "imagick";
|
||||
@@ -19,8 +19,8 @@ buildPecl {
|
||||
})
|
||||
];
|
||||
|
||||
configureFlags = [ "--with-imagick=${pkgs.imagemagick7.dev}" ];
|
||||
nativeBuildInputs = [ pkgs.pkg-config ];
|
||||
configureFlags = [ "--with-imagick=${imagemagick7.dev}" ];
|
||||
nativeBuildInputs = [ pkg-config ];
|
||||
buildInputs = [ pcre' ];
|
||||
|
||||
meta.maintainers = lib.teams.php.members;
|
||||
|
||||
Reference in New Issue
Block a user