1
Fork 0

Compare commits

...

2 Commits

Author SHA1 Message Date
Bauke 0dec8f9faa
Add ZynAddSubFX. 2024-04-17 15:10:59 +02:00
Bauke 3b13a4da45
Use a newer version of BespokeSynth. 2024-04-17 15:10:48 +02:00
1 changed files with 11 additions and 1 deletions

View File

@ -13,7 +13,7 @@
autorestic
bat
bento4
bespokesynth
# bespokesynth
bolliedelayxt-lv2
bottom
calf
@ -149,7 +149,17 @@
xfce.xfce4-whiskermenu-plugin
xorg.libXcursor
zam-plugins
zynaddsubfx
(callPackage ./samrewritten.nix { })
(bespokesynth.overrideAttrs (old: {
src = fetchFromGitHub {
owner = "BespokeSynth";
repo = "BespokeSynth";
rev = "c4eb7dd9a877cded8cc1701eb8a1dbcffc7ffcc2";
hash = "sha256-wfqN6Vx5hYij8Mz6Ae7frUbhdj3nxtCHfpvC2+XNAJ4=";
fetchSubmodules = true;
};
}))
(unstable.clonehero.overrideAttrs (
{
postInstall ? "",