1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-09-17 14:57:22 +03:00

boot/gui: Use mruby that will splice

Using `loader.mruby` will not splice :(
This commit is contained in:
Samuel Dionne-Riel 2020-03-06 19:59:15 -05:00
parent 9c8e1f7d17
commit 8fad3b296e

View File

@ -2,6 +2,7 @@
, lib
, callPackage
, mrbgems
, mruby
}:
let
@ -20,7 +21,7 @@ stdenv.mkDerivation {
src = lib.cleanSource ./.;
nativeBuildInputs = [
loader.mruby
mruby
];
buildPhase = ''