xmobar: update patch description

M  pkgs/development/haskell-modules/configuration-common.nix
This commit is contained in:
Anton-Latukha 2020-06-22 21:09:37 +03:00
parent dbcd558441
commit 6e36b3ac40
No known key found for this signature in database
GPG key ID: 3D84C07E91802E41

View file

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