vscode, electron, atom: run fixup phases

This commit is contained in:
Nikolay Amiantov
2016-04-22 17:44:30 +03:00
parent 071663c1da
commit 253b84a1eb
3 changed files with 5 additions and 1 deletions
@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
unzip -d $out/lib/electron $src
ln -s $out/lib/electron/electron $out/bin
fixupPhase
patchelf \
--set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
--set-rpath "${atomEnv.libPath}:$out/lib/electron" \