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:
Peter Simons 2015-04-19 23:53:33 +02:00
parent 3b8ae5cedc
commit b6944026c6
2 changed files with 4 additions and 1 deletions

View File

@ -22,6 +22,10 @@ self: super: {
statistics = dontCheck super.statistics;
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.
hslua = super.hslua.override { lua = pkgs.lua5_1; };

View File

@ -65613,7 +65613,6 @@ self: {
jailbreak = true;
description = "Embed a Ruby intepreter in your Haskell program !";
license = stdenv.lib.licenses.bsd3;
hydraPlatforms = stdenv.lib.platforms.none;
}) {};
"hs-GeoIP" = callPackage