mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
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;
|
||||
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; };
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user