open-vm-tools: add missing license

This commit is contained in:
Jeremy Kolb
2024-12-16 14:57:42 -05:00
parent fb04895bee
commit fa24aa68b9
+4 -1
View File
@@ -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"