build-support/php: remove obsolete parameters

(cherry picked from commit 4d2dad358d)
This commit is contained in:
Pol Dellaiera
2024-05-05 19:51:01 +02:00
parent 96cd9f0b98
commit 409d05ae89
3 changed files with 8 additions and 10 deletions

View File

@@ -3,7 +3,6 @@
stdenvNoCC,
lib,
php,
fetchFromGitHub,
}:
let

View File

@@ -2,7 +2,6 @@
callPackage,
stdenvNoCC,
lib,
fetchFromGitHub,
php,
}:

View File

@@ -1,11 +1,11 @@
{ lib
, makeSetupHook
, diffutils
, jq
, writeShellApplication
, moreutils
, cacert
, buildPackages
{
lib,
makeSetupHook,
jq,
writeShellApplication,
moreutils,
cacert,
buildPackages,
}:
let