summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorAnton-Latukha <anton.latukha@gmail.com>2020-06-22 21:09:37 +0300
committerAnton-Latukha <anton.latukha@gmail.com>2020-06-23 14:02:29 +0300
commit6e36b3ac40fce322ee0c442a74a59450ca6b7f29 (patch)
tree9e4eb3979695f4eb3081dc7a7d3076332642c162 /pkgs/development/haskell-modules/configuration-common.nix
parentdbcd55844106241cf2d6aa0bc6ccb1613d1a5ed4 (diff)
downloadnixpkgs-6e36b3ac40fce322ee0c442a74a59450ca6b7f29.tar
nixpkgs-6e36b3ac40fce322ee0c442a74a59450ca6b7f29.tar.gz
nixpkgs-6e36b3ac40fce322ee0c442a74a59450ca6b7f29.tar.bz2
nixpkgs-6e36b3ac40fce322ee0c442a74a59450ca6b7f29.tar.lz
nixpkgs-6e36b3ac40fce322ee0c442a74a59450ca6b7f29.tar.xz
nixpkgs-6e36b3ac40fce322ee0c442a74a59450ca6b7f29.tar.zst
nixpkgs-6e36b3ac40fce322ee0c442a74a59450ca6b7f29.zip
xmobar: update patch description
M  pkgs/development/haskell-modules/configuration-common.nix
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 1976d3307c5..d827c7cb88a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/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";