Merge pull request #60510 from manveru/matter-compiler-update
matter-compiler: use bundlerApp
This commit is contained in:
commit
897c7386b5
@ -10,4 +10,4 @@ DEPENDENCIES
|
|||||||
matter_compiler
|
matter_compiler
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.10.6
|
1.17.2
|
||||||
|
@ -1,11 +1,9 @@
|
|||||||
|
{ lib, bundlerApp }:
|
||||||
|
|
||||||
{ lib, bundlerEnv, ruby }:
|
bundlerApp {
|
||||||
|
pname = "matter_compiler";
|
||||||
bundlerEnv {
|
|
||||||
name = "matter_compiler-0.5.1";
|
|
||||||
|
|
||||||
inherit ruby;
|
|
||||||
gemdir = ./.;
|
gemdir = ./.;
|
||||||
|
exes = [ "matter_compiler" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = ''
|
description = ''
|
||||||
@ -14,7 +12,7 @@ bundlerEnv {
|
|||||||
'';
|
'';
|
||||||
homepage = https://github.com/apiaryio/matter_compiler/;
|
homepage = https://github.com/apiaryio/matter_compiler/;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ rvlander ];
|
maintainers = with maintainers; [ rvlander manveru ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
{
|
{
|
||||||
"matter_compiler" = {
|
matter_compiler = {
|
||||||
version = "0.5.1";
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
type = "gem";
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "16501zdiqxk34v2d0nlbwrcrjm6g57hrsmsw0crwssn29v5zbykf";
|
sha256 = "16501zdiqxk34v2d0nlbwrcrjm6g57hrsmsw0crwssn29v5zbykf";
|
||||||
|
type = "gem";
|
||||||
};
|
};
|
||||||
|
version = "0.5.1";
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user