aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/pam.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2024-05-10 00:54:06 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-12-13 20:18:56 +0000
commitd401e309483f1150b8e9275b499af0b687e5c7c5 (patch)
tree20134f555f72f8e70340c6c1641b7a8c31b70019 /gnu/tests/pam.scm
parent473800b8effd43441a15fe77081500fb3abed0a9 (diff)
downloadguix-d401e309483f1150b8e9275b499af0b687e5c7c5.tar.gz
guix-d401e309483f1150b8e9275b499af0b687e5c7c5.zip
gnu: Add python-sphinx-autodoc-typehints-5.
* gnu/packages/sphinx.scm (python-sphinx-autodoc-typehints-5): New variable. Change-Id: I465979829851681635d1073658f262a96758cfb5 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu/tests/pam.scm')
0 files changed, 0 insertions, 0 deletions
ail'>...* gnu/packages/gnucash.scm (gnucash): Fix indentation. Maxim Cournoyer 2019-01-02gnu: gnucash: Fix test failure....Fixes issue #32057 (see: https://issues.guix.info/issue/32057). * gnu/packages/patches/gnucash-fix-test-transaction-failure.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnucash.scm (gnucash): Use it. Maxim Cournoyer 2018-10-05gnu: gnucash-docs: Update to 3.3....The documentation on SourceForge is now located in the same directory as the source code. * gnu/packages/gnucash.scm (gnucash-docs): Update to 3.3. Kei Kebreau 2018-10-05gnu: gnucash: Update to 3.3....* gnu/packages/patches/gnucash-disable-failing-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnucash.scm (gnucash): Update to 3.3. [source]: Add patch. [arguments]: Add 'set-env-vars', 'glib-or-gtk-compile-schemas', and 'glib-or-gtk-wrap' phases. Kei Kebreau 2018-04-13gnu: gnucash: Update to 3.0....* gnu/packages/gnucash.scm (gnucash): Update to 3.0. [build-system]: Use cmake-build-system. [inputs]: Replace "guile-2.0" with "guile-2.2", replace "gtk+-2" with "gtk+", replace "webkitgtk/gtk+-2" with "webkitgtk"; add "boost"; remove "goffice-0.8". [native-inputs]: Add googlemock and googletest. [arguments]: Enable tests; adjust test target; add build phase "unpack-gmock". (gnucash-docs): Update hash. Ricardo Wurmus 2018-04-13gnu: aqbanking: Update to 5.7.8....* gnu/packages/gnucash.scm (aqbanking): Update to 5.7.8. Ricardo Wurmus 2018-04-13gnu: gwenhywfar: Update to 4.20.0....* gnu/packages/gnucash.scm (gwenhywfar): Update to 4.20.0. [arguments]: Build GTK+ 3 GUI. [inputs]: Replace gtk+-2 with gtk+. Ricardo Wurmus 2018-01-09gnu: gnucash: Update to 2.6.19....* gnu/packages/gnucash.scm (gnucash, gnucash-docs): Update to 2.6.19. Kei Kebreau 2017-11-15gnu: gnucash: Use HTTPS for www.gnucash.org....* gnu/packages/gnucash.scm (gnucash, gnucash-docs)[home-page]: Use HTTPS. Tobias Geerinckx-Rice 2017-11-15gnu: gnucash: Update to 2.6.18....* gnu/packages/gnucash.scm (gnucash): Update to 2.6.18. Tobias Geerinckx-Rice 2017-10-13gnu: Add GnuCash documentation....* gnu/packages/gnucash.scm (gnucash-docs): Add it. (gnucash): Use the glib-or-gtk-build-system, create a "doc" output, and install the output of "gnucash-docs" into there. Chris Marusich 2017-08-06gnu: gnucash: Update to 2.6.17....* gnu/packages/gnucash.scm (gnucash): Update to 2.6.17. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net> Vasile Dumitrascu