From b0351c0eb986bd1784d67774c1d633af61a87e50 Mon Sep 17 00:00:00 2001 From: Stefan Fehrenbach Date: Fri, 15 Mar 2019 12:07:41 +0000 Subject: [PATCH] Remove obsolete workaround that breaks chell 0.5 --- 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 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;