aboutsummaryrefslogtreecommitdiff
path: root/tests/hackage.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-24 23:33:47 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-04-24 23:35:47 -0400
commit7fc2c442c85aefe21e61502f50b27651b043b5cd (patch)
treeaf290527d10327f903abcfb569083815bbbeac45 /tests/hackage.scm
parent971f00f237b5d5e40e1b1505dd4953f491575a6d (diff)
downloadguix-7fc2c442c85aefe21e61502f50b27651b043b5cd.tar.gz
guix-7fc2c442c85aefe21e61502f50b27651b043b5cd.zip
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.
Diffstat (limited to 'tests/hackage.scm')
0 files changed, 0 insertions, 0 deletions
inputs): Adjust accordingly. Ludovic Courtès 2020-04-20tests: Update expected values for package->code....Reported by janneke on IRC. * tests/print.scm: Update expected package definitions produced by package->code. Ricardo Wurmus 2019-06-07import: print: Honor the outputs of inputs (!)....Fixes <http://bugs.gnu.org/35893>. Reported by Jesse Gibbons <jgibbons2357@gmail.com>. * guix/import/print.scm (package->code)[package-lists->code]: Preserve OUT in the result. * tests/print.scm (define-with-source): New macro. (pkg): Use it. (pkg-source): New variable. (pkg-with-inputs, pkg-with-inputs-source): New variables. ("simple package"): Refer to 'pkg-source'. ("package with inputs"): New test. Ludovic Courtès