Merge pull request #167837 from drupol/php/rename-symfony-cli-binary
symfony-cli: Rename `symfony-cli` in `symfony`.
This commit is contained in:
commit
c6e03d8f4f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user