virtualbox: dontPatchELF = true

Workaround patchelf#93 and help move forward on #14595

obadz bf5e339d 366c19ff

+3
+3
pkgs/applications/virtualization/virtualbox/default.nix
··· 195 195 196 196 passthru = { inherit version; /* for guest additions */ }; 197 197 198 + # Workaround for https://github.com/NixOS/patchelf/issues/93 (can be removed once this issue is addressed) 199 + dontPatchELF = true; 200 + 198 201 meta = { 199 202 description = "PC emulator"; 200 203 homepage = http://www.virtualbox.org/;