ladspaPlugins: enable darwin support

+2 -2
+2 -2
pkgs/applications/audio/ladspa-plugins/default.nix
··· 33 33 meta = with lib; { 34 34 homepage = "http://plugin.org.uk/"; 35 35 description = "LADSPA format audio plugins"; 36 - license = licenses.gpl2; 36 + license = licenses.gpl2Only; 37 37 maintainers = [ maintainers.magnetophon ]; 38 - platforms = platforms.linux; 38 + platforms = platforms.unix; 39 39 }; 40 40 }