forked from mirrors/nixpkgs
symfony-cli: Rename symfony-cli
in symfony
.
This commit is contained in:
parent
fe871db088
commit
9e63303ba2
|
@ -12,6 +12,10 @@ buildGoModule rec {
|
||||||
sha256 = "sha256-xYNq5hnkk6OIsnDHhN/vh1LNuP7isTNgtTY2WUwC8x4=";
|
sha256 = "sha256-xYNq5hnkk6OIsnDHhN/vh1LNuP7isTNgtTY2WUwC8x4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
mv $out/bin/symfony-cli $out/bin/symfony
|
||||||
|
'';
|
||||||
|
|
||||||
# Tests requires network access
|
# Tests requires network access
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue