mruby: 2.0.0 -> 2.0.1
This commit is contained in:
@@ -1,20 +1,16 @@
|
||||
{ stdenv, ruby, bison, fetchFromGitHub }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mruby-${version}";
|
||||
version = "2.0.0";
|
||||
pname = "mruby";
|
||||
version = "2.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mruby";
|
||||
repo = "mruby";
|
||||
rev = version;
|
||||
sha256 = "1r6w1asjshff43ymdwa6xmrkggza99mi2kw88k7ic6ag2j81hcj5";
|
||||
sha256 = "1zm2d5kj9fnfx8ifj8ysrrr838ipwmvz35byzjhprakrg64911p9";
|
||||
};
|
||||
|
||||
patches = [
|
||||
./0001-Disables-IO-isatty-test-for-sandboxed-builds.patch
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ ruby bison ];
|
||||
|
||||
# Necessary so it uses `gcc` instead of `ld` for linking.
|
||||
|
||||
Reference in New Issue
Block a user