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:
parent
d5726e6ad9
commit
63f5ed9f96
@ -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…
x
Reference in New Issue
Block a user