NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.83k stars 13.92k forks source link

VirtualBox: Can't find help file #347870

Open yajo opened 6 days ago

yajo commented 6 days ago

Describe the bug

I was tweaking VM settings and clicked on the "Help" button. An error says can't be found.

Steps To Reproduce

Steps to reproduce the behavior:

image

Expected behavior

Help works.

Screenshots

See STR

Notify maintainers

@svanderburg @FriedrichAltheide @blitz

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.54, NixOS, 24.05 (Uakari), 24.05.20241007.1bfbbbe`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.24.8`
 - nixpkgs: `/nix/store/a2gnsay8asfn2kqghz12nhw196cnmf8h-source`

Add a :+1: reaction to issues you find important.

FriedrichAltheide commented 6 days ago

@yajo please create a PR with a fix :)

yajo commented 5 days ago

I don't know how to fix that... Do you have any clues?

FriedrichAltheide commented 3 days ago

As virtualbox can not find a specific file (cf. the error message), you should check if the docs are already build/available. If not, ensure that they are build. If they are already build/available, you would likely have to copy / symlink the files (https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/virtualization/virtualbox/default.nix) so that they are reachable / usable once the build finished.