mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2026-01-25 03:54:58 -06:00
nongnu: chrome: Fixup patch-assets phase.
The folder usr/share/menu/google-* no longer exists. * nongnu/packages/chrome.scm (make-google-chrome)[#:phases]<patch-assets>: Fixup. Co-authored-by: Ashish SHUKLA <ashish.is@lostca.se> Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de>
This commit is contained in:
parent
d741f41eca
commit
4366a4a058
1 changed files with 0 additions and 3 deletions
|
|
@ -86,9 +86,6 @@
|
|||
(substitute* (string-append usr/share "/applications/google-" #$appname ".desktop")
|
||||
(("^Exec=.*") (string-append "Exec=" exe "\n")))
|
||||
(substitute* (string-append usr/share "/gnome-control-center/default-apps/google-" #$appname ".xml")
|
||||
((old-exe) exe))
|
||||
(substitute* (string-append usr/share "/menu/google-" #$appname ".menu")
|
||||
(("/opt") share)
|
||||
((old-exe) exe)))))
|
||||
(add-after 'install 'install-icons
|
||||
(lambda _
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue