gnu: gnucash: Update help installation prefix.
The help installation prefix was changed upstream to match the XDG 'help-spec' specification (see: https://www.freedesktop.org/wiki/Specifications/help-spec/). * gnu/packages/gnucash.scm (gnucash) [arguments]: Adjust install-docs phase.
This commit is contained in:
parent
971f00f237
commit
7fc2c442c8
@ -4,7 +4,7 @@
|
||||
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
|
||||
;;; Copyright © 2017 Chris Marusich <cmmarusich@gmail.com>
|
||||
;;; Copyright © 2017, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||
;;; Copyright © 2019, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; Copyright © 2019, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
||||
;;; Copyright © 2019, 2021 Guillaume Le Vaillant <glv@posteo.net>
|
||||
;;; Copyright © 2020 Prafulla Giri <pratheblackdiamond@gmail.com>
|
||||
;;; Copyright © 2020 Christopher Lam <christopher.lck@gmail.com>
|
||||
@ -115,8 +115,8 @@
|
||||
(mkdir-p (string-append #$output:doc "/share"))
|
||||
(symlink (string-append
|
||||
#$(this-package-native-input "gnucash-docs")
|
||||
"/share/gnome")
|
||||
(string-append #$output:doc "/share/gnome"))))
|
||||
"/share/help")
|
||||
(string-append #$output:doc "/share/help"))))
|
||||
(add-after 'install 'split-python-bindings
|
||||
(lambda _
|
||||
(let ((python-bindings (string-append
|
||||
|
Loading…
Reference in New Issue
Block a user