xmobar: disable the failing test suite to fix the build

The test suite tries to access the ALSA system and fails.
wip/yesman
Peter Simons 6 years ago
parent d5726e6ad9
commit 63f5ed9f96
  1. 3
      pkgs/development/haskell-modules/configuration-common.nix

@ -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

Loading…
Cancel
Save