summaryrefslogtreecommitdiffstats
path: root/pkgs/development/tools/electron
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-04-22 17:44:30 +0300
committerNikolay Amiantov <ab@fmap.me>2016-04-22 17:44:30 +0300
commit253b84a1eb2609ea7d71a236040515dc7c131b1b (patch)
tree6412ca191dabf9eb90a76e0c9b8396f7df07a887 /pkgs/development/tools/electron
parent071663c1dab9019bbbda7f22a10f82f7e609ff0c (diff)
vscode, electron, atom: run fixup phases
Diffstat (limited to 'pkgs/development/tools/electron')
-rw-r--r--pkgs/development/tools/electron/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/electron/default.nix b/pkgs/development/tools/electron/default.nix
index 74adbb3f153d..a3afc235a6c5 100644
--- a/pkgs/development/tools/electron/default.nix
+++ b/pkgs/development/tools/electron/default.nix
@@ -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" \