Commit Graph

62528 Commits

Author SHA1 Message Date
Ricardo Wurmus 76a841cc8b
etc: Add committer script.
* etc/committer.scm.in: New file.
* configure.ac: Configure it.
2020-06-16 11:32:53 +02:00
Pierre Neidhardt 391aff1f68
gnu: Add bsnes.
* gnu/packages/emulators.scm (bsnes): New variable.
2020-06-16 10:56:35 +02:00
Ricardo Wurmus 000c7a0f70
gnu: r-xgboost: Update to 1.1.1.1.
* gnu/packages/cran.scm (r-xgboost): Update to 1.1.1.1.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus 6afe39829d
gnu: r-genenet: Update to 1.2.15.
* gnu/packages/cran.scm (r-genenet): Update to 1.2.15.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus e766bd1f13
gnu: r-performance: Update to 0.4.7.
* gnu/packages/cran.scm (r-performance): Update to 0.4.7.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus ead67125a8
gnu: r-abn: Update to 2.2.1.
* gnu/packages/cran.scm (r-abn): Update to 2.2.1.
[propagated-inputs]: Add r-boot, r-brglm, r-entropy, and r-moments.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus 389a357a72
gnu: r-vioplot: Update to 0.3.5.
* gnu/packages/cran.scm (r-vioplot): Update to 0.3.5.
[native-inputs]: Add r-knitr.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus e89bc53e76
gnu: r-circlize: Update to 0.4.10.
* gnu/packages/cran.scm (r-circlize): Update to 0.4.10.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus b1a7a3bb78
gnu: Add r-entropy.
* gnu/packages/cran.scm (r-entropy): New variable.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus aee8cc0a0d
gnu: Add r-brglm.
* gnu/packages/cran.scm (r-brglm): New variable.
2020-06-16 09:33:53 +02:00
Ricardo Wurmus 6a933e9a8b
gnu: Add r-profilemodel.
* gnu/packages/cran.scm (r-profilemodel): New variable.
2020-06-16 09:33:53 +02:00
Maxim Cournoyer fb8542ed5c
gnu: emacs-yasnippet: Clean-up package definition.
An old snippet was causing the build to fail when using Emacs 27.

* gnu/packages/emacs-xyz.scm (emacs-yasnippet)[source]: Use git-file-name, and
remove obsolete snippet.
[phases]{home}: New phase.  This allows the rebindings test to pass.
{make-tests-writable, delete-rebinding-test}: Remove phases.
[description]: Re-indent.
2020-06-16 00:18:09 -04:00
Tobias Geerinckx-Rice 4df47410cf
gnu: volk: Improve description mark-up.
* gnu/packages/engineering.scm (volk)[description]: Substitute
@acronym for the less appropriate @code.
2020-06-16 05:15:47 +02:00
Tobias Geerinckx-Rice 5ed89cac64
gnu: volk: Fix typo in description.
* gnu/packages/engineering.scm (volk)[description]: Fix typo.
2020-06-16 05:15:47 +02:00
Tobias Geerinckx-Rice 40f986db30
gnu: inxi-minimal: Update to 3.1.03-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.03-1.
2020-06-16 05:15:47 +02:00
Tobias Geerinckx-Rice 0f99da2b39
gnu: tup: Update to 0.7.9.
* gnu/packages/build-tools.scm (tup): Update to 0.7.9.
2020-06-16 05:15:47 +02:00
Jan (janneke) Nieuwenhuizen e07573432c
doc: Clarify 'hurd-vm' and 'childhurd' names.
Suggested by Maxim Cournoyer via IRC.

* doc/guix.texi (The Hurd in a Virtual Machine): Explicitly mention that
hurd-vm and childhurd are two names for this service.
2020-06-15 21:08:02 +02:00
Arun Isaac ec8e1c9177
gnu: glade3: Enable tests.
* gnu/packages/gnome.scm (glade3)[arguments]: Enable tests. Add custom
pre-check phase.
[native-inputs]: Add hicolor-icon-theme and xorg-server-for-tests.
2020-06-15 23:38:53 +05:30
Arun Isaac bd03e99f66
ui: Use package-description-string.
* guix/ui.scm (package->recutils): Use package-description-string instead of
package-description and P_.
2020-06-15 23:31:56 +05:30
Arun Isaac a1da0904a6
ui: Do not translate package synopsis a second time.
* guix/ui.scm (package->recutils): package-synopsis-string already returns a
translated string. Do not attempt to translate it again.
2020-06-15 23:31:56 +05:30
Arun Isaac e70a884706
ui: Cut off search early if any regexp does not match.
* guix/ui.scm (relevance): When one of the regexps does not match, cut off
early and return 0. Do not try to match the remaining regexps.
2020-06-15 23:31:56 +05:30
Mathieu Othacehe cf48f0fc4c
gnu: cuirass: Update to 0.0.1-32.3db603c.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-32.3db603c.
2020-06-15 16:29:22 +02:00
Mathieu Othacehe 53e6195607
ci: Add build-products id field and export accessors.
* guix/ci.scm (build-product?, build-product-id,
build-product-type, build-product-file-size,
build-product-path): Export them,
[id]: new field.
2020-06-15 15:34:19 +02:00
Mathieu Othacehe 9e989d9e36
ci: Add status option to "latest-builds".
* guix/ci.scm (latest-builds): Add "status" option.
2020-06-15 15:33:42 +02:00
Tobias Geerinckx-Rice c9ea4eecf4
download: Remove usa-mirror.go-parts.com mirror.
It incorrectly redirects 404s (at least) to the commercial home page.

* guix/download.scm (%mirrors): Remove usa-mirror.go-parts.com URLs.
2020-06-15 14:26:44 +02:00
Tobias Geerinckx-Rice a3370b30f7
gnu: volk: Make retained references non-native inputs.
* gnu/packages/engineering.scm (volk)[native-inputs]:
Move python-wrapper and python-mako…
[inputs]: …here.
2020-06-15 14:26:44 +02:00
Tobias Geerinckx-Rice 6e1aa1c443
gnu: volk: Update to 2.3.0.
* gnu/packages/engineering.scm (volk): Update to 2.3.0.
2020-06-15 14:26:44 +02:00
Ricardo Wurmus 8b00728144
gnu: r-limma: Update to 3.44.3.
* gnu/packages/bioinformatics.scm (r-limma): Update to 3.44.3.
2020-06-15 12:00:21 +02:00
Pierre Neidhardt d6797a566f
gnu: openmw: Update to 0.46.0.
* gnu/packages/game-development.scm (openmw): Update to 0.46.0.
2020-06-15 11:14:55 +02:00
Efraim Flashner 5a3614cfe3
gnu: quassel: Add context menu for d-bus tray icon.
* gnu/packages/irc.scm (quassel)[inputs]: Add libdbusmenu-qt.
2020-06-15 11:47:54 +03:00
Efraim Flashner 3a2bb37941
gnu: quassel: Fix build with qt-5.14.
* gnu/packages/irc.scm (quassel)[source]: Add patch.
* gnu/packages/patches/quassel-qt-514-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2020-06-15 11:25:30 +03:00
Mathieu Othacehe bb76f50b9b
ci: Fix buildproducts reading.
This is a follow-up of 4e05bbb093.

* guix/ci.scm (<build>)[products]: Test for vector type, as products can be
"null".
2020-06-15 09:53:02 +02:00
Konrad Hinsen fdc9e9f53d
news: Add entry for script execution via "guix repl".
* etc/news.scm: Add entry.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-15 09:52:20 +02:00
Mathieu Othacehe ef6f9f16fe
ci: Add job option to "latest-builds".
* guix/ci.scm (latest-builds): Add "job" option.
2020-06-15 09:15:08 +02:00
Mathieu Othacehe 4e05bbb093
ci: Add build products support.
* guix/ci.scm (<build-product>): New json mapping,
(<build)[products]: new field.
2020-06-15 09:15:08 +02:00
Nicolas Goaziou b64ca5dadc
gnu: emacs-debbugs: Update to 0.24.
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.24.
2020-06-15 09:13:21 +02:00
Andrew Whatson 98366c991f
gnu: Add emacs-flycheck-guile.
* gnu/packages/emacs-xyz.scm (emacs-flycheck-guile): New variable.
2020-06-15 08:59:56 +02:00
Maxim Cournoyer 1afa2c5ca0
gnu: inkscape: Add the glib-or-gtk-build-system phases.
This fixes an issue where an improperly set XDG_DATA_DIRS environment variable
would cause a segfault when opening the 'Save As' menu of Inkscape.  See:
<https://lists.gnu.org/archive/html/help-guix/2020-06/msg00093.html>.

* gnu/packages/inkscape.scm (inkscape-1.0)[arguments]: Import the
(guix build glib-or-gtk-build-system) module.
[phases]: Add the glib-or-gtk-compile-schemas and glib-or-gtk-wrap phases.

Reported-by: Thorsten Wilms <t_w_@freenet.de>
2020-06-14 23:16:33 -04:00
Maxim Cournoyer 3d7726b7f2
gnu: emacs-org-reveal: Update to 20200607.
* gnu/packages/emacs-xyz.scm (emacs-org-reveal): Update to 20200607.
2020-06-14 22:19:31 -04:00
Jakub Kądziołka 2c1d1b7599
gnu: Add tup.
* gnu/packages/build-tools.scm (tup): New variable.
* gnu/packages/patches/tup-unbundle-dependencies.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register new file.
2020-06-14 23:52:21 +02:00
Marius Bakke 065cb27abb
gnu: Add iputils.
* gnu/packages/patches/iputils-libcap-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/networking.scm (iputils): New public variable.
2020-06-14 23:15:22 +02:00
Marius Bakke bf7321cc91
gnu: docbook: Add 5.0.1.
* gnu/packages/docbook.scm (docbook-xml-5): New public variable.
(docbook-xml): Inherit from it.  While at it, remove trailing whitespace.
2020-06-14 23:15:22 +02:00
Marius Bakke 54bbed9638
gnu: Add ndisc6.
* gnu/packages/networking.scm (ndisc6): New public variable.
2020-06-14 23:15:22 +02:00
Marius Bakke cf123e321d
gnu: Add ghc-psqueue.
* gnu/packages/haskell-xyz.scm (ghc-psqueue): New public variable.
2020-06-14 23:15:22 +02:00
Marius Bakke dcfd1d2caf
gnu: Add shelltestrunner.
* gnu/packages/haskell-apps.scm (shelltestrunner): New public variable.
2020-06-14 23:15:21 +02:00
Marius Bakke ddd7983648
gnu: Add ghc-regex-pcre.
* gnu/packages/haskell-xyz.scm (ghc-regex-pcre): New public variable.
2020-06-14 23:15:21 +02:00
Marius Bakke b1342a8257
gnu: Add ghc-curl.
* gnu/packages/haskell-web.scm (ghc-curl): New public variable.
2020-06-14 23:15:21 +02:00
Marius Bakke bb9a99e657
doc: Adjust branching and rebuilding strategy to match reality.
The amount of packages has more than tripled since this section was written.
Adjust the rebuild limits and cycle lengths based on current practices.

* doc/contributing.texi (Submitting Patches): Increase 'staging' rebuild limit
to 1800 packages, and adjust the cycle to six weeks.  Increase 'core-updates'
cycle to six months.
2020-06-14 23:15:21 +02:00
Martin Becze 9a3ddeea98
gnu: Add go-github-com-mattn-go-pointer.
* gnu/packages/golang.scm (go-github-com-mattn-go-pointer): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-15 00:08:56 +03:00
Martin Becze 4b52722838
gnu: Add go-golang-org-x-oauth2.
* gnu/packages/golang.scm (go-golang-org-x-oauth2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-15 00:08:56 +03:00