rabbitmq-server: add changelog to meta
This commit is contained in:
parent
5975e6d734
commit
ce52595754
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,7 @@ stdenv.mkDerivation rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ unzip xmlto docbook_xml_dtd_45 docbook_xsl zip rsync python3 ];
|
nativeBuildInputs = [ unzip xmlto docbook_xml_dtd_45 docbook_xsl zip rsync python3 ];
|
||||||
|
|
||||||
buildInputs = [ erlang elixir libxml2 libxslt glibcLocales ]
|
buildInputs = [ erlang elixir libxml2 libxslt glibcLocales ]
|
||||||
++ lib.optionals stdenv.isDarwin [ AppKit Carbon Cocoa ];
|
++ lib.optionals stdenv.isDarwin [ AppKit Carbon Cocoa ];
|
||||||
|
|
||||||
|
@ -56,6 +57,7 @@ stdenv.mkDerivation rec {
|
||||||
"PREFIX=${placeholder "out"}"
|
"PREFIX=${placeholder "out"}"
|
||||||
"RMQ_ERLAPP_DIR=${placeholder "out"}"
|
"RMQ_ERLAPP_DIR=${placeholder "out"}"
|
||||||
];
|
];
|
||||||
|
|
||||||
installTargets = [ "install" "install-man" ];
|
installTargets = [ "install" "install-man" ];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
@ -86,6 +88,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://www.rabbitmq.com/";
|
homepage = "https://www.rabbitmq.com/";
|
||||||
description = "An implementation of the AMQP messaging protocol";
|
description = "An implementation of the AMQP messaging protocol";
|
||||||
|
changelog = "https://github.com/rabbitmq/rabbitmq-server/releases/tag/v${version}";
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ turion ];
|
maintainers = with maintainers; [ turion ];
|
||||||
|
|
Loading…
Reference in a new issue