distrho: add licenses

This commit is contained in:
Markus Kowalewski 2018-09-01 13:32:04 +02:00
parent b2710b53ab
commit 661f569b6c
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -46,6 +46,7 @@ stdenv.mkDerivation rec {
TAL-Filter-2 TAL-NoiseMaker TAL-Reverb TAL-Reverb-2 TAL-Reverb-3
TAL-Vocoder-2 TheFunction ThePilgrim Vex Wolpertinger
'';
license = with licenses; [ gpl2 gpl3 gpl2Plus lgpl3 mit ];
maintainers = [ maintainers.goibhniu ];
platforms = [ "x86_64-linux" ];
};