Remove obsolete workaround that breaks chell 0.5

This commit is contained in:
Stefan Fehrenbach 2019-03-15 12:07:41 +00:00 committed by GitHub
parent 92ce24853d
commit b0351c0eb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1169,9 +1169,6 @@ self: super: {
# }); # });
libnix = dontCheck super.libnix; 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. # The test suite tries to mess with ALSA, which doesn't work in the build sandbox.
xmobar = dontCheck super.xmobar; xmobar = dontCheck super.xmobar;