From 28e932728203a552e91718d4bf3b7d4701b6e6de Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 16 Sep 2015 10:42:26 +0200 Subject: [PATCH] haskell-hslua needs no more overrides. --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 158f15089e5..713d801d9a5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -38,9 +38,6 @@ self: super: { # 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; }; - # Use the default version of mysql to build this package (which is actually mariadb). mysql = super.mysql.override { mysql = pkgs.mysql.lib; };