Merge pull request #167837 from drupol/php/rename-symfony-cli-binary

symfony-cli: Rename `symfony-cli` in `symfony`.
This commit is contained in:
Elis Hirwing 2022-04-11 18:22:09 +02:00 committed by GitHub
commit c6e03d8f4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,10 @@ buildGoModule rec {
sha256 = "sha256-xYNq5hnkk6OIsnDHhN/vh1LNuP7isTNgtTY2WUwC8x4=";
};
postInstall = ''
mv $out/bin/symfony-cli $out/bin/symfony
'';
# Tests requires network access
doCheck = false;