haskell-hruby: add missing system dependency and disable broken test suite
Work around https://github.com/bartavelle/hruby/issues/10 and https://github.com/bartavelle/hruby/issues/9 as suggested in https://github.com/NixOS/nixpkgs/pull/7442.
This commit is contained in:
parent
3b8ae5cedc
commit
b6944026c6
@ -22,6 +22,10 @@ self: super: {
|
|||||||
statistics = dontCheck super.statistics;
|
statistics = dontCheck super.statistics;
|
||||||
text = dontCheck super.text;
|
text = dontCheck super.text;
|
||||||
|
|
||||||
|
# https://github.com/bartavelle/hruby/issues/10
|
||||||
|
# https://github.com/bartavelle/hruby/issues/9
|
||||||
|
hruby = addExtraLibrary (dontCheck super.hruby) pkgs.ruby_2_1;
|
||||||
|
|
||||||
# Doesn't compile with lua 5.2.
|
# Doesn't compile with lua 5.2.
|
||||||
hslua = super.hslua.override { lua = pkgs.lua5_1; };
|
hslua = super.hslua.override { lua = pkgs.lua5_1; };
|
||||||
|
|
||||||
|
@ -65613,7 +65613,6 @@ self: {
|
|||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
description = "Embed a Ruby intepreter in your Haskell program !";
|
description = "Embed a Ruby intepreter in your Haskell program !";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
hydraPlatforms = stdenv.lib.platforms.none;
|
|
||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"hs-GeoIP" = callPackage
|
"hs-GeoIP" = callPackage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user