Skip to content

Commit

Permalink
jack_lsp bugfix patch (--server argument buffer overflow)
Browse files Browse the repository at this point in the history
Track the upstream bug fixing progress:
jackaudio/jack-example-tools#88
  • Loading branch information
unclechu committed Jun 13, 2024
1 parent 7a00149 commit afaf7ab
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion my-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,18 @@ in
pkgs.pavucontrol
pkgs.pulsemixer
pkgs.jack2
pkgs.jack-example-tools
(pkgs.jack-example-tools.overrideAttrs (old: {
patches = (old.patches or []) ++ [
# Big fix for “jack_lsp” “--server” argument buffer overflow.
# Track the bug fixing progress here:
# https://github.com/jackaudio/jack-example-tools/issues/88
(pkgs.fetchpatch {
name = "jack_lsp-fix-jack-server-argument-buffer-overflow.patch";
url = "https://github.com/jackaudio/jack-example-tools/pull/89/commits/62aeea4c432c8f91b14888c4dc4c310ef762a865.patch";
hash = "sha256-TbgJdwsxo9K6wTQ46yHLYDbIJkINNARlb332qC8TWlM=";
})
];
}))
pkgs.jack_capture
pkgs.qjackctl
pkgs.patchage
Expand Down

0 comments on commit afaf7ab

Please sign in to comment.