makemkv: clarify license

The `src_oss` source is LGPL 2.1 licensed, whereas `src_bin` is unfree.
This commit is contained in:
Andrew Marshall 2023-09-08 18:14:06 -04:00
parent 0bffda19b8
commit 9805b9075e

View File

@ -80,7 +80,7 @@ in mkDerivation {
expiration date.
'';
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
license = [ licenses.unfree licenses.lgpl21 ];
homepage = "http://makemkv.com";
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ titanous ];