Merge pull request #57690 from fehrenbach/patch-1

chell: remove obsolete workaround that breaks 0.5
This commit is contained in:
Peter Simons 2019-03-15 14:29:49 +01:00 committed by GitHub
commit 68bd7a4b25
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;
# 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;