mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 08:39:08 +03:00
php: Make mkExtension pass on additional args to mkDerivation
This commit is contained in:
parent
8924a7de3d
commit
14bfb844d6
@ -716,7 +716,7 @@ let
|
||||
, zendExtension ? false
|
||||
, doCheck ? true
|
||||
, ...
|
||||
}: stdenv.mkDerivation {
|
||||
}@args: stdenv.mkDerivation ((builtins.removeAttrs args [ "name" ]) // {
|
||||
pname = "php-${name}";
|
||||
|
||||
inherit (php) version src;
|
||||
@ -748,7 +748,7 @@ let
|
||||
mkdir -p $out/lib/php/extensions
|
||||
cp modules/${name}.so $out/lib/php/extensions/${name}.so
|
||||
'';
|
||||
};
|
||||
});
|
||||
|
||||
# This list contains build instructions for different modules that one may
|
||||
# want to build.
|
||||
|
Loading…
Reference in New Issue
Block a user