virtualbox: dontPatchELF = true

Workaround patchelf#93 and help move forward on #14595
This commit is contained in:
obadz 2016-04-14 17:01:32 +01:00
parent 366c19ffd8
commit bf5e339d24

View file

@ -195,6 +195,9 @@ in stdenv.mkDerivation {
passthru = { inherit version; /* for guest additions */ };
# Workaround for https://github.com/NixOS/patchelf/issues/93 (can be removed once this issue is addressed)
dontPatchELF = true;
meta = {
description = "PC emulator";
homepage = http://www.virtualbox.org/;