summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2015-07-30 16:21:39 -0700
committerJohn Wiegley <johnw@newartisans.com>2015-07-30 16:21:39 -0700
commit23562aad59048e8e1202e618fcf402079f1593b8 (patch)
tree7a7b0ee2b54c68b04deac83265aa359291dc8e60 /pkgs/development/haskell-modules/configuration-common.nix
parent6c1d408b47cc030edcec7a05d19aa2906382d7dc (diff)
downloadnixlib-23562aad59048e8e1202e618fcf402079f1593b8.tar
nixlib-23562aad59048e8e1202e618fcf402079f1593b8.tar.gz
nixlib-23562aad59048e8e1202e618fcf402079f1593b8.tar.bz2
nixlib-23562aad59048e8e1202e618fcf402079f1593b8.tar.lz
nixlib-23562aad59048e8e1202e618fcf402079f1593b8.tar.xz
nixlib-23562aad59048e8e1202e618fcf402079f1593b8.tar.zst
nixlib-23562aad59048e8e1202e618fcf402079f1593b8.zip
Revert "emacs: Update Mac Port Emacs to 24.5-mac-5.9"
This reverts commit 5c896e5511608592b94960c5c419f70dadc5b527, which was
a set of local changes unrelated to the commit title.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 30c5912a5a88..5260d508ab12 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -21,8 +21,6 @@ self: super: {
   options = dontCheck super.options;
   statistics = dontCheck super.statistics;
   text = dontCheck super.text;
-  c2hs = dontCheck super.c2hs;
-  mockery = dontCheck super.mockery;
 
   # 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; };