xmobar: jailbreak latest version to accept recent timezone-olson packages

This commit is contained in:
Peter Simons
2020-06-19 22:29:22 +02:00
parent 2187753da6
commit 3ee117a0a9
3 changed files with 6 additions and 3 deletions
@@ -1120,8 +1120,12 @@ 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.
xmobar = dontCheck super.xmobar;
xmobar = appendPatch (dontCheck super.xmobar) (pkgs.fetchpatch {
url = "https://github.com/jaor/xmobar/pull/464.patch";
sha256 = "0y1dd878yzy1cx0cjj0ijd3dmywr7jdmk68vxdjimxzblrdw1al6";
});
# https://github.com/mgajda/json-autotype/issues/25
json-autotype = dontCheck super.json-autotype;
@@ -1552,4 +1556,5 @@ self: super: {
extraPrefix = "";
})
]));
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super