matter-compiler: use bundlerApp

gstqt5
Michael Fellinger 2019-04-30 17:33:59 +02:00
parent c9fd6099b4
commit b617d54d96
3 changed files with 12 additions and 11 deletions

View File

@ -10,4 +10,4 @@ DEPENDENCIES
matter_compiler
BUNDLED WITH
1.10.6
1.17.2

View File

@ -1,11 +1,9 @@
{ lib, bundlerApp }:
{ lib, bundlerEnv, ruby }:
bundlerEnv {
name = "matter_compiler-0.5.1";
inherit ruby;
bundlerApp {
pname = "matter_compiler";
gemdir = ./.;
exes = [ "matter_compiler" ];
meta = with lib; {
description = ''
@ -14,7 +12,7 @@ bundlerEnv {
'';
homepage = https://github.com/apiaryio/matter_compiler/;
license = licenses.mit;
maintainers = with maintainers; [ rvlander ];
maintainers = with maintainers; [ rvlander manveru ];
platforms = platforms.unix;
};
}

View File

@ -1,9 +1,12 @@
{
"matter_compiler" = {
version = "0.5.1";
matter_compiler = {
groups = ["default"];
platforms = [];
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "16501zdiqxk34v2d0nlbwrcrjm6g57hrsmsw0crwssn29v5zbykf";
type = "gem";
};
version = "0.5.1";
};
}