Skip to content

Commit

Permalink
Fix UI language selection in virtualbox (#358400)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4A6F authored Nov 27, 2024
2 parents aafd155 + 2faaf8f commit 4a989c6
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 4a989c6

Please sign in to comment.