19 stdenv.mkDerivation (finalAttrs: {
23 src = fetchFromSourcehut {
24 domain = "open-music-kontrollers.ch";
26 repo = "mephisto.lv2";
27 rev = finalAttrs.version;
28 hash = "sha256-ab6OGt1XVgynKNdszzdXwJ/jVKJSzgSmAv6j1U3/va0=";
51 description = "Just-in-time FAUST embedded in an LV2 plugin";
52 homepage = "https://git.open-music-kontrollers.ch/~hp/mephisto.lv2";
53 license = licenses.artistic2;
54 maintainers = [ maintainers.magnetophon ];
55 platforms = platforms.linux;