php: Add php package versions to extensions/packages pnames
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
}@args:
|
||||
|
||||
stdenv.mkDerivation (args // {
|
||||
name = "php-${pname}-${version}";
|
||||
pname = "php-${php.version}-${pname}";
|
||||
extensionName = pname;
|
||||
|
||||
inherit src;
|
||||
inherit version src;
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook re2c ] ++ nativeBuildInputs;
|
||||
buildInputs = [ php ] ++ peclDeps ++ buildInputs;
|
||||
|
||||
Reference in New Issue
Block a user