From 7fc2c442c85aefe21e61502f50b27651b043b5cd Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 24 Apr 2023 23:33:47 -0400 Subject: [PATCH] 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. --- gnu/packages/gnucash.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm index ddc78a655e..aa033c0b9a 100644 --- a/gnu/packages/gnucash.scm +++ b/gnu/packages/gnucash.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2016 Efraim Flashner ;;; Copyright © 2017 Chris Marusich ;;; Copyright © 2017, 2019 Tobias Geerinckx-Rice -;;; Copyright © 2019, 2022 Maxim Cournoyer +;;; Copyright © 2019, 2022, 2023 Maxim Cournoyer ;;; Copyright © 2019, 2021 Guillaume Le Vaillant ;;; Copyright © 2020 Prafulla Giri ;;; Copyright © 2020 Christopher Lam @@ -115,8 +115,8 @@ (define-public gnucash (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