Skip to content

Commit

Permalink
Remove support for buffer sizes that are not multiples of 8
Browse files Browse the repository at this point in the history
I don't think it's necessary to run at a buffer size that's not a
multiple of 8. This patch is unnecessary and dangerous.
  • Loading branch information
white-axe committed Aug 29, 2024
1 parent d751500 commit d9a3af7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 235 deletions.
234 changes: 0 additions & 234 deletions pkgs/zynaddsubfx/buffer.patch

This file was deleted.

1 change: 0 additions & 1 deletion pkgs/zynaddsubfx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ pkgs.stdenv.mkDerivation {
hash = "sha256-0siAx141DZx39facXWmKbsi0rHBNpobApTdey07EcXg=";
};
patches = [
./buffer.patch
./create-binding.patch
./disable-executable.patch
./fpu.patch
Expand Down

0 comments on commit d9a3af7

Please sign in to comment.