Skip to content

Commit

Permalink
haskell-configuration-common: build hruby with ruby 2.1
Browse files Browse the repository at this point in the history
Our default version, 1.9, is not supported.
  • Loading branch information
peti committed Apr 27, 2015
1 parent 2028ece commit 6db9c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ self: super: {
statistics = dontCheck super.statistics;
text = dontCheck super.text;

# https://github.com/bartavelle/hruby/issues/10
hruby = addExtraLibrary super.hruby pkgs.ruby_2_1;
# The package doesn't compile with ruby 1.9, which is our default at the moment.
hruby = super.hruby.override { ruby = pkgs.ruby_2_1; };

# Doesn't compile with lua 5.2.
hslua = super.hslua.override { lua = pkgs.lua5_1; };
Expand Down

0 comments on commit 6db9c9a

Please sign in to comment.