Merge pull request #309337 from drupol/build-support/php/remove-unused-parameter

build-support/php: remove obsolete parameters
This commit is contained in:
Pol Dellaiera
2024-05-05 19:56:30 +02:00
committed by GitHub
3 changed files with 0 additions and 3 deletions
@@ -3,7 +3,6 @@
stdenvNoCC,
lib,
php,
fetchFromGitHub,
}:
let
@@ -2,7 +2,6 @@
callPackage,
stdenvNoCC,
lib,
fetchFromGitHub,
php,
}:
-1
View File
@@ -1,7 +1,6 @@
{
lib,
makeSetupHook,
diffutils,
jq,
writeShellApplication,
moreutils,