From 213f882fd38aba19d00e513de744aad8ac358515 Mon Sep 17 00:00:00 2001 From: Leon Isenberg Date: Mon, 30 May 2016 04:12:26 +0200 Subject: [PATCH] atom: patchelf ctags binary --- pkgs/applications/editors/atom/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/editors/atom/default.nix b/pkgs/applications/editors/atom/default.nix index e3dc6b4406a..5f0ba1b1901 100644 --- a/pkgs/applications/editors/atom/default.nix +++ b/pkgs/applications/editors/atom/default.nix @@ -31,6 +31,8 @@ stdenv.mkDerivation rec { patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \ --set-rpath "${atomEnv.libPath}" \ $out/share/atom/resources/app/apm/bin/node + patchelf --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \ + $out/share/atom/resources/app.asar.unpacked/node_modules/symbols-view/vendor/ctags-linux ''; meta = with stdenv.lib; {