forked from mirrors/nixpkgs
virtualbox: dontPatchELF = true
Workaround patchelf#93 and help move forward on #14595
This commit is contained in:
parent
366c19ffd8
commit
bf5e339d24
|
@ -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/;
|
||||
|
|
Loading…
Reference in a new issue