symfony-cli: Rename symfony-cli in symfony.

This commit is contained in:
Pol Dellaiera 2022-04-08 10:27:01 +02:00
parent fe871db088
commit 9e63303ba2
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

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;