about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorStefan Fehrenbach <stefan.fehrenbach@gmail.com>2019-03-15 12:07:41 +0000
committerGitHub <noreply@github.com>2019-03-15 12:07:41 +0000
commitb0351c0eb986bd1784d67774c1d633af61a87e50 (patch)
treeaa23a1b363037cbb8079b293c644610b898a9cd7 /pkgs/development/haskell-modules
parent92ce24853dc64c25cb1a45c5b2b37da5b1342eab (diff)
downloadnixlib-b0351c0eb986bd1784d67774c1d633af61a87e50.tar
nixlib-b0351c0eb986bd1784d67774c1d633af61a87e50.tar.gz
nixlib-b0351c0eb986bd1784d67774c1d633af61a87e50.tar.bz2
nixlib-b0351c0eb986bd1784d67774c1d633af61a87e50.tar.lz
nixlib-b0351c0eb986bd1784d67774c1d633af61a87e50.tar.xz
nixlib-b0351c0eb986bd1784d67774c1d633af61a87e50.tar.zst
nixlib-b0351c0eb986bd1784d67774c1d633af61a87e50.zip
Remove obsolete workaround that breaks chell 0.5
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 5ee31d3c87f6..9b89787531cc 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1169,9 +1169,6 @@ self: super: {
   # });
   libnix = dontCheck super.libnix;
 
-  # https://github.com/jmillikin/chell/issues/1
-  chell = super.chell.override { patience = self.patience_0_1_1; };
-
   # The test suite tries to mess with ALSA, which doesn't work in the build sandbox.
   xmobar = dontCheck super.xmobar;