mdl: use bundlerApp
This commit is contained in:
parent
bf892e148c
commit
1edc21fa52
@ -1,15 +1,15 @@
|
|||||||
{ lib, bundlerEnv, ruby }:
|
{ lib, bundlerApp }:
|
||||||
|
|
||||||
bundlerEnv {
|
bundlerApp {
|
||||||
inherit ruby;
|
|
||||||
pname = "mdl";
|
pname = "mdl";
|
||||||
gemdir = ./.;
|
gemdir = ./.;
|
||||||
|
exes = [ "mdl" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A tool to check markdown files and flag style issues";
|
description = "A tool to check markdown files and flag style issues";
|
||||||
homepage = https://github.com/markdownlint/markdownlint;
|
homepage = https://github.com/markdownlint/markdownlint;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ gerschtli ];
|
maintainers = with maintainers; [ gerschtli manveru ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
kramdown = {
|
kramdown = {
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1n1c4jmrh5ig8iv1rw81s4mw4xsp4v97hvf8zkigv4hn5h542qjq";
|
sha256 = "1n1c4jmrh5ig8iv1rw81s4mw4xsp4v97hvf8zkigv4hn5h542qjq";
|
||||||
@ -9,6 +11,8 @@
|
|||||||
};
|
};
|
||||||
mdl = {
|
mdl = {
|
||||||
dependencies = ["kramdown" "mixlib-cli" "mixlib-config"];
|
dependencies = ["kramdown" "mixlib-cli" "mixlib-config"];
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "047hp8z1ma630wp38bm1giklkf385rp6wly8aidn825q831w2g4i";
|
sha256 = "047hp8z1ma630wp38bm1giklkf385rp6wly8aidn825q831w2g4i";
|
||||||
@ -17,6 +21,8 @@
|
|||||||
version = "0.5.0";
|
version = "0.5.0";
|
||||||
};
|
};
|
||||||
mixlib-cli = {
|
mixlib-cli = {
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0647msh7kp7lzyf6m72g6snpirvhimjm22qb8xgv9pdhbcrmcccp";
|
sha256 = "0647msh7kp7lzyf6m72g6snpirvhimjm22qb8xgv9pdhbcrmcccp";
|
||||||
@ -26,6 +32,8 @@
|
|||||||
};
|
};
|
||||||
mixlib-config = {
|
mixlib-config = {
|
||||||
dependencies = ["tomlrb"];
|
dependencies = ["tomlrb"];
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1gm6yj9cbbgsl9x4xqxga0vz5w0ksq2jnq1wj8hvgm5c4wfcrswb";
|
sha256 = "1gm6yj9cbbgsl9x4xqxga0vz5w0ksq2jnq1wj8hvgm5c4wfcrswb";
|
||||||
@ -34,6 +42,8 @@
|
|||||||
version = "2.2.18";
|
version = "2.2.18";
|
||||||
};
|
};
|
||||||
tomlrb = {
|
tomlrb = {
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0g28ssfal6vry3cmhy509ba3vi5d5aggz1gnffnvvmc8ml8vkpiv";
|
sha256 = "0g28ssfal6vry3cmhy509ba3vi5d5aggz1gnffnvvmc8ml8vkpiv";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user