open-vm-tools: add missing license
This commit is contained in:
@@ -165,7 +165,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
A set of services and modules that enable several features in VMware products for
|
||||
better management of, and seamless user interactions with, guests.
|
||||
'';
|
||||
license = licenses.gpl2;
|
||||
license = with licenses; [
|
||||
gpl2
|
||||
lgpl21Only
|
||||
];
|
||||
platforms = [
|
||||
"x86_64-linux"
|
||||
"i686-linux"
|
||||
|
||||
Reference in New Issue
Block a user