redmine: add common_mark gem group

This commit is contained in:
Meghea Iulian 2023-05-18 14:35:59 +03:00
parent eb222f0f97
commit 4fe4d9064e
No known key found for this signature in database
GPG key ID: 9FA665644E968CF6

View file

@ -7,7 +7,7 @@ let
inherit ruby;
gemdir = ./.;
groups = [ "development" "ldap" "markdown" "minimagick" "test" ];
groups = [ "development" "ldap" "markdown" "common_mark" "minimagick" "test" ];
};
in
stdenv.mkDerivation rec {
@ -47,7 +47,7 @@ in
meta = with lib; {
homepage = "https://www.redmine.org/";
platforms = platforms.linux;
maintainers = with maintainers; [ aanderse felixsinger ];
maintainers = with maintainers; [ aanderse felixsinger megheaiulian ];
license = licenses.gpl2;
};
}