bespokesynth: mark unfree

Binaries of VST2 cannot be distributed without upstream permission
which we don't have and cant get. Until VST2 support can be
teased out more carefully, let's mark the package us unfree.

authored by

Graham Christensen and committed by
GitHub
5419cf40 e29d8184

+7 -1
+7 -1
pkgs/applications/audio/bespokesynth/default.nix
··· 106 106 meta = with lib; { 107 107 description = "Software modular synth with controllers support, scripting and VST"; 108 108 homepage = "https://github.com/awwbees/BespokeSynth"; 109 - license = licenses.gpl3Plus; 109 + license = with licenses; [ 110 + gpl3Plus 111 + 112 + # This package is unfree and not distributable due to the license of VST2. 113 + # see #145607 114 + unfree 115 + ]; 110 116 maintainers = with maintainers; [ astro ]; 111 117 platforms = platforms.all; 112 118 };