phpPackage.mkExtension: makeOverridable
This commit is contained in:
parent
f9958c6504
commit
67d19f473c
1 changed files with 3 additions and 3 deletions
|
@ -66,8 +66,8 @@ lib.makeScope pkgs.newScope (self: with self; {
|
|||
#
|
||||
# Build inputs is used for extra deps that may be needed. And zendExtension
|
||||
# will mark the extension as a zend extension or not.
|
||||
mkExtension =
|
||||
{ name
|
||||
mkExtension = lib.makeOverridable
|
||||
({ name
|
||||
, configureFlags ? [ "--enable-${name}" ]
|
||||
, internalDeps ? [ ]
|
||||
, postPhpize ? ""
|
||||
|
@ -151,7 +151,7 @@ lib.makeScope pkgs.newScope (self: with self; {
|
|||
description = "PHP upstream extension: ${name}";
|
||||
inherit (php.meta) maintainers homepage license;
|
||||
};
|
||||
});
|
||||
}));
|
||||
|
||||
php = phpPackage;
|
||||
|
||||
|
|
Loading…
Reference in a new issue