mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
Merge pull request #273964 from raphaelr/mainPrograms
misc: set some meta.mainPrograms
This commit is contained in:
commit
a89ba043dd
@ -47,5 +47,6 @@ buildPythonPackage rec {
|
|||||||
description = "A database migration tool for SQLAlchemy";
|
description = "A database migration tool for SQLAlchemy";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
|
mainProgram = "alembic";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -43,5 +43,6 @@ buildPythonPackage rec {
|
|||||||
description = "gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications";
|
description = "gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
|
mainProgram = "gunicorn";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -33,5 +33,6 @@ buildGoModule rec {
|
|||||||
description = "A general purpose syntax highlighter in pure Go";
|
description = "A general purpose syntax highlighter in pure Go";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = [ maintainers.sternenseemann ];
|
maintainers = [ maintainers.sternenseemann ];
|
||||||
|
mainProgram = "chroma";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user