1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-14 18:21:41 +03:00

mrbgems: Add mruby-inotify

This commit is contained in:
Samuel Dionne-Riel 2020-02-28 17:23:10 -05:00
parent 85ae42266f
commit 637c8a019d

View File

@ -119,6 +119,17 @@ rec {
meta.license = licenses.mit;
};
mruby-inotify = mkGem {
src = fetchFromGitHub {
repo = "mruby-inotify";
owner = "projectivetech";
rev = "cd00265532384f5eb71bb343eaad1a11d5041db3";
sha256 = "1h9cmam6grz32ry0gi17nimv4m7crn8jggmicgd0cz1g7kscsw5a";
};
meta.license = licenses.mit; # See mrbgem.rake
};
mruby-json = mkGem {
src = fetchFromGitHub {
repo = "mruby-json";