xmobar: disable the failing test suite to fix the build

The test suite tries to access the ALSA system and fails.
This commit is contained in:
Peter Simons 2018-12-04 12:17:13 +01:00
parent d5726e6ad9
commit 63f5ed9f96

View file

@ -1197,4 +1197,7 @@ self: super: {
# 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;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super