nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

vmware-workstation: fix fhsenv version (#363175)

authored by

Aleksana and committed by
GitHub
9409e7eb 8b3344d4

+2 -1
+2 -1
pkgs/by-name/vm/vmware-workstation/package.nix
··· 47 47 }; 48 48 49 49 vmware-unpack-env = buildFHSEnv rec { 50 - name = "vmware-unpack-env"; 50 + pname = "vmware-unpack-env"; 51 + inherit version; 51 52 targetPkgs = pkgs: [ zlib ]; 52 53 }; 53 54