mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-17 04:51:31 +03:00
mrbgems: Add mruby-proc-irep-ext
This commit is contained in:
parent
05d7446384
commit
0a458bfcde
@ -215,6 +215,17 @@ rec {
|
||||
meta.license = licenses.asl20;
|
||||
};
|
||||
|
||||
mruby-proc-irep-ext = mkGem {
|
||||
src = fetchFromGitHub {
|
||||
repo = "mruby-proc-irep-ext";
|
||||
owner = "Asmod4n";
|
||||
rev = "d5364c79c85ee5dcc605b8f32d7969597dba1f58";
|
||||
sha256 = "1j0278zfx322d0lwp2mm5d6hah4w0fnb0v79jkjmq6z516qp1hx2";
|
||||
};
|
||||
|
||||
meta.license = licenses.asl20;
|
||||
};
|
||||
|
||||
mruby-process = mkGem {
|
||||
src = fetchFromGitHub {
|
||||
repo = "mruby-process";
|
||||
|
Loading…
Reference in New Issue
Block a user