about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-04-04 11:31:54 +0200
committerPeter Simons <simons@cryp.to>2016-04-04 15:20:52 +0200
commit0d39f485f07f0e8583b7183583442021f65dfc32 (patch)
tree5a01b55807e2f3bd98686f721a6891dbf4880f22 /pkgs/development
parentf5c95fc1b29721dbaa0edfa7a9322eb22f1e816d (diff)
downloadnixlib-0d39f485f07f0e8583b7183583442021f65dfc32.tar
nixlib-0d39f485f07f0e8583b7183583442021f65dfc32.tar.gz
nixlib-0d39f485f07f0e8583b7183583442021f65dfc32.tar.bz2
nixlib-0d39f485f07f0e8583b7183583442021f65dfc32.tar.lz
nixlib-0d39f485f07f0e8583b7183583442021f65dfc32.tar.xz
nixlib-0d39f485f07f0e8583b7183583442021f65dfc32.tar.zst
nixlib-0d39f485f07f0e8583b7183583442021f65dfc32.zip
haskell-hruby: remove obsolete override
Closes https://github.com/NixOS/nixpkgs/pull/13920.
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 2e555f664bd0..ba48becf5747 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -44,9 +44,6 @@ self: super: {
   statistics = dontCheck super.statistics;
   c2hs = if pkgs.stdenv.isDarwin then dontCheck super.c2hs else super.c2hs;
 
-  # 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; };
-
   # Use the default version of mysql to build this package (which is actually mariadb).
   mysql = super.mysql.override { mysql = pkgs.mysql.lib; };