zoom-us: don't set dontPatchELF
otherwise, autopatchelfHook seems to ignore patchelfing the zoom binary properly, causing it to fail to start: result/bin/zoom-us: line 4: /nix/store/7jfk4jggclvbwqxm9x4b4d57rr1mjh9q-zoom-us-2.7.162522.0121/share/zoom-us/zoom: No such file or directory
This commit is contained in:
parent
342333c0ab
commit
109966d63e
@ -41,9 +41,6 @@ in stdenv.mkDerivation {
|
||||
|
||||
runtimeDependencies = optional pulseaudioSupport libpulseaudio;
|
||||
|
||||
# Don't remove runtimeDependencies from RPATH via patchelf --shrink-rpath
|
||||
dontPatchELF = true;
|
||||
|
||||
installPhase =
|
||||
let
|
||||
files = concatStringsSep " " [
|
||||
|
Loading…
Reference in New Issue
Block a user