diff options
author | Franz Geffke <m@f-a.nz> | 2025-03-14 13:46:19 +0000 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2025-03-14 13:46:19 +0000 |
commit | cb9cc81c26e2df8b6c5420354becaa61204b8019 (patch) | |
tree | 50d3ec64391863b9092636c110febe8dcf55cd80 /px | |
parent | ddb0c8ea3524f6579dbf6370bdf6a8cbbc5ebbec (diff) |
px: vscode: patchelf-plan for chrome_crashpad_handler
Diffstat (limited to 'px')
-rw-r--r-- | px/packages/programming.scm | 61 |
1 files changed, 32 insertions, 29 deletions
diff --git a/px/packages/programming.scm b/px/packages/programming.scm index eca8111..720d6bb 100644 --- a/px/packages/programming.scm +++ b/px/packages/programming.scm @@ -41,35 +41,38 @@ #f) (build-system binary-build-system) (arguments - `(#:patchelf-plan `(("opt/vscode/code" ("glib" "atk" - "libx11" - "dbus" - "gdk-pixbuf" - "gtk+" - "pango" - "fontconfig" - "cairo" - "libxcomposite" - "libxdamage" - "libxext" - "libxfixes" - "libxshmfence" - "libxkbfile" - "libxrandr" - "expat" - "libdrm" - "libxkbcommon" - "mesa" - "alsa-lib" - "cups" - "at-spi2-core" - "libxcb" - "at-spi2-atk" - "nspr" - "gcc" - "zlib" - "gcc:lib" - "libsecret"))) + `(#:patchelf-plan `(("opt/vscode/code" + ("glib" "atk" + "libx11" + "dbus" + "gdk-pixbuf" + "gtk+" + "pango" + "fontconfig" + "cairo" + "libxcomposite" + "libxdamage" + "libxext" + "libxfixes" + "libxshmfence" + "libxkbfile" + "libxrandr" + "expat" + "libdrm" + "libxkbcommon" + "mesa" + "alsa-lib" + "cups" + "at-spi2-core" + "libxcb" + "at-spi2-atk" + "nspr" + "gcc" + "zlib" + "gcc:lib" + "libsecret")) + ("opt/vscode/chrome_crashpad_handler" + ("gcc:lib"))) #:phases (modify-phases %standard-phases (replace 'unpack (lambda* (#:key inputs outputs #:allow-other-keys) |