build-support/php: composer, add meta.mainProgram
This commit is contained in:
parent
409e640cef
commit
d8f509a470
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user