mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
nongnu: electron: Fix wrapper-plan.
This fixes https://gitlab.com/nonguix/nonguix/-/issues/399 * nongnu/packages/electron.scm (electron-27)[arguments]{wrapper-plan}: Also wrap chrome-sandbox and chrome_crashpad_handler.
This commit is contained in:
parent
735c74940b
commit
6cd1a13dfc
1 changed files with 3 additions and 1 deletions
|
@ -48,7 +48,9 @@
|
||||||
(list
|
(list
|
||||||
#:wrapper-plan
|
#:wrapper-plan
|
||||||
#~'(("electron" (("out" "/share/electron")
|
#~'(("electron" (("out" "/share/electron")
|
||||||
("nss" "/lib/nss"))))
|
("nss" "/lib/nss")))
|
||||||
|
"chrome-sandbox"
|
||||||
|
"chrome_crashpad_handler")
|
||||||
#:install-plan
|
#:install-plan
|
||||||
#~'(("." "share/electron/" #:include
|
#~'(("." "share/electron/" #:include
|
||||||
("electron"
|
("electron"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue