vmware-workstation: fix fhsenv version

This commit is contained in:
Felix Buehler
2024-12-08 12:15:39 +01:00
parent 87848285c9
commit a241ed9843
@@ -47,7 +47,8 @@ let
};
vmware-unpack-env = buildFHSEnv rec {
name = "vmware-unpack-env";
pname = "vmware-unpack-env";
inherit version;
targetPkgs = pkgs: [ zlib ];
};