gnu: python-rollbar: Update to 1.0.0.
* gnu/packages/python-xyz.scm (python-rollbar): Update to 1.0.0.
Change-Id: Ief31a443776e79d8f658c59d64277ea7fe50a300
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
doc: contributing: Fix syntax in link.
* doc/contributing.texi(Alternative Setups)[Vim and Neovim]: Fix broken link
to fugitive.vim.
Change-Id: Ib86239d98c39383169a9cdebc7549477b648206e
Signed-off-by: Christopher Baines <mail@cbaines.net>
teams: Include golang-check.scm in the go team.
* etc/teams.scm (go): Add gnu/packages/golang-check.scm to scope.
Change-Id: Ifc90eb0c3fc5d716b605e7e3e100a38431498a2c
Signed-off-by: Christopher Baines <mail@cbaines.net>
build-system: clojure: Use the standard error regarding cross builds.
Rather than raising an error in the build system.
* guix/build-system/clojure.scm (lower): Return #f for cross builds, rather
than calling error.
Change-Id: Id97c8f5140f55fe2c52ccb0db36fd993922c6a7e
gnu: guix-build-coordinator: Update to 0-91.c226d48.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-91.c226d48.
Change-Id: Iebdddea7f5c18aaae2ef4436c039189685a07442
gnu: tinmop: Update to 0.9.9.1414213.
* gnu/packages/web-browsers.scm (tinmop): Update to 0.9.9.1414213.
[native-inputs]: Add tk.
[inputs]: Add sbcl-flexi-streams, sbcl-nodgui and sbcl-yason.
Change-Id: Icbd516612296ee447edf569756dc38914240ae3b
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: cl-nodgui: Update to 0.4.8.6-6baccf4.
* gnu/packages/lisp-xyz.scm (sbcl-nodgui): Update to 0.4.8.6-6baccf4.
[inputs]: Remove sbcl-cl-jpeg. Add sbcl-jpeg-turbo, sbcl-pngload.
Change-Id: I03ed4734c3a7088eb7f14a049f2824fe9103b089
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
gnu: janet: Update to 1.32.1.
* gnu/packages/lisp.scm (janet): Update to 1.32.1.
Change-Id: I4c34bbdedf0e21ba9c605b71205b010118dcf0b4
Signed-off-by: jgart <jgart@dismail.de>
gnu: emacs-srht: Update to 0.4.
* gnu/packages/emacs-xyz.scm (emacs-srht): Update to 0.4.
Change-Id: Id2c7d9a707040cab6b294bd6db21a38c9a4389ae
Signed-off-by: jgart <jgart@dismail.de>
gnu: git-annex: Add dbus support.
* gnu/packages/haskell-apps.scm (git-annex)[inputs]: Add ghc-dbus,
ghc-fdo-notify.
Change-Id: I7472bcaeebdf1c2c68230b0d1e00ba72dff81ccf
gnu: Add ghc-fdo-notify.
* gnu/packages/haskell-xyz.scm (ghc-fdo-notify): New variable.
Change-Id: I0722f9765c4ef02f6a9953b5f4824c60854e9a9d
gnu: git-annex: Update to 10.20230926.
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20230926.
[inputs]: Add ghc-git-lfs.
Change-Id: Ic7a1f246e51df2ff153a630d3ebbb9883b63a2d1
gnu: Add ghc-git-lfs.
* gnu/packages/haskell-xyz.scm (ghc-git-lfs): New variable.
Change-Id: I3470899cbf9e5b3170abb6cc89d4029cad8aa182
gnu: wl-clipboard: Fix shell completion directories.
* gnu/packages/xdisorg.scm (wl-clipboard)[arguments]: Adjust
configure-flags to install fish completions into correct directory. Add
a phase to install the bash completions into the correct directory.
Change-Id: If31b477926e3d4c1d8f74e9224af2dea59740f77
gnu: git-annex: Add shell completions.
* gnu/packages/haskell-apps.scm (git-annex)[arguments]: Rename
'install-manpages to 'install-more and install the shell completions.
Change-Id: I3c5707037ba9b3c3903dd37c334c1eb6dca929e2
gnu: git-annex: Install manpages.
* gnu/packages/haskell-apps.scm (git-annex)[source]: Download using
git-fetch.
[arguments]: Rewrite 'build-manpages and 'install-manpages to use the
Makefile.
Change-Id: I58e58382e6d8c57830aa5ddb40f02cf949089aa1
gnu: tbb: Fix building on powerpc-linux.
* gnu/packages/tbb.scm (tbb)[arguments]: Adjust configure-flags when
building for powerpc-linux to always link to libatomic and use the low
resources tests. When building for powerpc-linux skip 3 tests.
Change-Id: I323db085db1fcbb33f96c2bccb85cb8f56d41f6b
gnu: python-stsci-stimage: Enable tests.
* gnu/packages/astronomy.scm (python-stsci-stimage): Enable tests.
[arguments]{phases}: Add custom 'check phase.
[native-inputs]: Add python-waf and indent list.
Change-Id: Ifceace1d89aff97e938c4fb95f33525477499949
Signed-off-by: Eric Bavier <bavier@posteo.net>
gnu: python-synphot: Enable tests.
* gnu/packages/astronomy.scm (python-synphot): Enable tests.
[arguments]{phases}: Add 'prepare-test-environment phase.
Change-Id: Ie577ef16794fbd99ec73e39bdc8d8e1645e35532
Signed-off-by: Eric Bavier <bavier@posteo.net>
gnu: python-poliastro: Improve package style.
* gnu/package/astronomy.scm (python-poliastro): Improve package style.
[arguments]: Swap to use {test-flags} and standard {check} phase.
Change-Id: I0dde01af97adc883e8a3ce82a8448f4d10fdab64
Signed-off-by: Eric Bavier <bavier@posteo.net>