ptlib: add licenses

This commit is contained in:
Markus Kowalewski 2018-10-25 22:30:34 +02:00
parent 5383753beb
commit 1f46779eda
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -38,6 +38,7 @@ stdenv.mkDerivation rec {
description = "Portable Tools from OPAL VoIP";
maintainers = [ maintainers.raskin ];
platforms = platforms.linux;
license = with licenses; [ beerware bsdOriginal mpl10 ];
};
passthru = {