build-support/php: composer, add meta.mainProgram

This commit is contained in:
Pol Dellaiera 2024-05-05 18:46:46 +02:00
parent 409e640cef
commit d8f509a470
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -53,6 +53,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
description = "Dependency Manager for PHP, shipped from the PHAR file";
homepage = "https://getcomposer.org/";
license = lib.licenses.mit;
mainProgram = "composer";
maintainers = with lib.maintainers; [ drupol ];
platforms = lib.platforms.all;
};