pythonPackages.uvicorn: fix propagated LICENSE.md
This commit is contained in:
parent
27a335c963
commit
a3e33b69ba
@ -43,6 +43,12 @@ buildPythonPackage rec {
|
|||||||
pytest
|
pytest
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# LICENCE.md gets propagated without this, causing collisions
|
||||||
|
# see https://github.com/encode/uvicorn/issues/392
|
||||||
|
postInstall = ''
|
||||||
|
rm $out/LICENSE.md
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://www.uvicorn.org/;
|
homepage = https://www.uvicorn.org/;
|
||||||
description = "The lightning-fast ASGI server";
|
description = "The lightning-fast ASGI server";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user