1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-18 03:30:45 +00:00

Merge pull request #331141 from kira-bruneau/zynaddsubfx

zynaddsubfx: use alternative patch for fixing banks across updates
This commit is contained in:
Kira Bruneau 2024-08-07 11:32:40 -04:00 committed by GitHub
commit d8254aebbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,10 +71,10 @@ in stdenv.mkDerivation rec {
outputs = [ "out" "doc" ];
patches = [
# Hardcode system installed banks & presets
# Lazily expand ZYN_DATADIR to fix builtin banks across updates
(fetchpatch {
url = "https://patch-diff.githubusercontent.com/raw/zynaddsubfx/zynaddsubfx/pull/295.patch";
hash = "sha256-UN62i9/JBs7uWTmHDKk3lkAxUXsVmIs6+6avOcL1NBg=";
url = "https://github.com/zynaddsubfx/zynaddsubfx/commit/853aa03f4f92a180b870fa62a04685d12fca55a7.patch";
hash = "sha256-4BsRZ9keeqKopr6lCQJznaZ3qWuMgD1/mCrdMiskusg=";
})
];