Skip to content

Commit

Permalink
Fix UI language selection in virtualbox
Browse files Browse the repository at this point in the history
  • Loading branch information
acmelabrat committed Nov 23, 2024
1 parent a25e476 commit c8bf776
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/applications/virtualization/virtualbox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ stdenv.mkDerivation (finalAttrs: {
ln -s $libexec/icons/$size/*.png $out/share/icons/hicolor/$size/apps
done
# Translation
ln -sv $libexec/nls "$out/share/virtualbox"
mkdir -p "$out/share/virtualbox"
ln -sv $libexec/nls "$out/share/virtualbox/nls"
''}
${optionalString withModsrc ''
Expand Down

0 comments on commit c8bf776

Please sign in to comment.