xmobar: update patch description

M  pkgs/development/haskell-modules/configuration-common.nix
wip/yesman
Anton-Latukha 4 years ago
parent dbcd558441
commit 6e36b3ac40
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
  1. 4
      pkgs/development/haskell-modules/configuration-common.nix

@ -1120,8 +1120,8 @@ self: super: {
# });
libnix = dontCheck super.libnix;
# Jailbreak: https://github.com/jaor/xmobar/issues/463
# The test suite tries to mess with ALSA, which doesn't work in the build sandbox.
# 2020-06-23: NOTE: > 0.33 => rm 464.patch: https://github.com/jaor/xmobar/issues/466
# dontCheck: The test suite tries to mess with ALSA, which doesn't work in the build sandbox.
xmobar = appendPatch (dontCheck super.xmobar) (pkgs.fetchpatch {
url = "https://github.com/jaor/xmobar/pull/464.patch";
sha256 = "0y1dd878yzy1cx0cjj0ijd3dmywr7jdmk68vxdjimxzblrdw1al6";

Loading…
Cancel
Save