mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2025-10-02 02:14:59 +00:00
nongnu: firefox: Create lib/icecat so that ICECAT_SYSTEM_DIR is set.
Adapted from <https://issues.guix.gnu.org/77677>. * nongnu/packages/mozilla.scm (firefox-esr) [arguments]<#:phases>: Add 'mkdir-lib-icecat'. Fixes: https://gitlab.com/nonguix/nonguix/-/issues/368 Reported-by: Katherine Cox-Buday <cox.katherine.e@gmail.com> Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
b4eac4c4f4
commit
3bb9bcf3e1
1 changed files with 6 additions and 1 deletions
|
@ -434,7 +434,12 @@
|
|||
(symlink (string-append icon-source-dir
|
||||
"/default" size ".png")
|
||||
(string-append dest "/firefox.png"))))
|
||||
'("16" "32" "48" "64" "128"))))))
|
||||
'("16" "32" "48" "64" "128")))))
|
||||
;; Make sure ICECAT_SYSTEM_DIR is set.
|
||||
;; See <https://gitlab.com/nonguix/nonguix/-/issues/368>.
|
||||
(add-after 'install-icons 'mkdir-lib-icecat
|
||||
(lambda _
|
||||
(mkdir-p (string-append #$output "/lib/icecat")))))
|
||||
|
||||
;; Test will significantly increase build time but with little rewards.
|
||||
#:tests? #f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue