Compare commits
No commits in common. "a0f1536c8f093e0769cc68b56ca0e282eaceeeba" and "c08b0bacf4097f6d4c8414b19e539e993d85b889" have entirely different histories.
a0f1536c8f
...
c08b0bacf4
1 changed files with 3 additions and 10 deletions
|
|
@ -14,16 +14,9 @@ in
|
||||||
isInsiders = true;
|
isInsiders = true;
|
||||||
inherit src;
|
inherit src;
|
||||||
|
|
||||||
buildInputs = (oldAttrs.buildInputs or []) ++ [ pkgs.krb5 pkgs.libsoup_3 pkgs.webkitgtk_4_1 ];
|
buildInputs = oldAttrs.buildInputs ++ [ pkgs.krb5 pkgs.libsoup_3 pkgs.webkitgtk_4_1 ];
|
||||||
|
|
||||||
|
meta = oldAttrs.meta // {
|
||||||
prePatch = ''
|
|
||||||
${oldAttrs.prePatch or ""}
|
|
||||||
mkdir -p resources/app/node_modules/@vscode/ripgrep/bin
|
|
||||||
touch resources/app/node_modules/@vscode/ripgrep/bin/rg
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = (oldAttrs.meta or {}) // {
|
|
||||||
mainProgram = "code-insiders";
|
mainProgram = "code-insiders";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
Loading…
Add table
Add a link
Reference in a new issue