vscode: move asar to nativeBuildInputs
This commit is contained in:
parent
1a523e4778
commit
92fe27da60
@ -66,9 +66,9 @@ let
|
|||||||
buildInputs = [ libsecret libXScrnSaver libxshmfence ]
|
buildInputs = [ libsecret libXScrnSaver libxshmfence ]
|
||||||
++ lib.optionals (!stdenv.isDarwin) ([ at-spi2-atk ] ++ atomEnv.packages);
|
++ lib.optionals (!stdenv.isDarwin) ([ at-spi2-atk ] ++ atomEnv.packages);
|
||||||
|
|
||||||
runtimeDependencies = lib.optional (stdenv.isLinux) [ (lib.getLib systemd) fontconfig.lib libdbusmenu ];
|
runtimeDependencies = lib.optional stdenv.isLinux [ (lib.getLib systemd) fontconfig.lib libdbusmenu ];
|
||||||
|
|
||||||
nativeBuildInputs = [unzip] ++ lib.optionals (!stdenv.isDarwin) [ autoPatchelfHook wrapGAppsHook ];
|
nativeBuildInputs = [ unzip ] ++ lib.optionals stdenv.isLinux [ autoPatchelfHook nodePackages.asar wrapGAppsHook ];
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
@ -114,7 +114,7 @@ let
|
|||||||
# this is a fix for "save as root" functionality
|
# this is a fix for "save as root" functionality
|
||||||
packed="resources/app/node_modules.asar"
|
packed="resources/app/node_modules.asar"
|
||||||
unpacked="resources/app/node_modules"
|
unpacked="resources/app/node_modules"
|
||||||
${nodePackages.asar}/bin/asar extract "$packed" "$unpacked"
|
asar extract "$packed" "$unpacked"
|
||||||
substituteInPlace $unpacked/@vscode/sudo-prompt/index.js \
|
substituteInPlace $unpacked/@vscode/sudo-prompt/index.js \
|
||||||
--replace "/usr/bin/pkexec" "/run/wrappers/bin/pkexec" \
|
--replace "/usr/bin/pkexec" "/run/wrappers/bin/pkexec" \
|
||||||
--replace "/bin/bash" "${bash}/bin/bash"
|
--replace "/bin/bash" "${bash}/bin/bash"
|
||||||
|
Loading…
Reference in New Issue
Block a user