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 */ };
|
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 = {
|
meta = {
|
||||||
description = "PC emulator";
|
description = "PC emulator";
|
||||||
homepage = http://www.virtualbox.org/;
|
homepage = http://www.virtualbox.org/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user