summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-06-16etc: Add committer script.Ricardo Wurmus
* etc/committer.scm.in: New file. * configure.ac: Configure it.
2020-06-16gnu: Add bsnes.Pierre Neidhardt
* gnu/packages/emulators.scm (bsnes): New variable.
2020-06-16gnu: r-xgboost: Update to 1.1.1.1.Ricardo Wurmus
* gnu/packages/cran.scm (r-xgboost): Update to 1.1.1.1.
2020-06-16gnu: r-genenet: Update to 1.2.15.Ricardo Wurmus
* gnu/packages/cran.scm (r-genenet): Update to 1.2.15.
2020-06-16gnu: r-performance: Update to 0.4.7.Ricardo Wurmus
* gnu/packages/cran.scm (r-performance): Update to 0.4.7.
2020-06-16gnu: r-abn: Update to 2.2.1.Ricardo Wurmus
* 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-16gnu: r-vioplot: Update to 0.3.5.Ricardo Wurmus
* gnu/packages/cran.scm (r-vioplot): Update to 0.3.5. [native-inputs]: Add r-knitr.
2020-06-16gnu: r-circlize: Update to 0.4.10.Ricardo Wurmus
* gnu/packages/cran.scm (r-circlize): Update to 0.4.10.
2020-06-16gnu: Add r-entropy.Ricardo Wurmus
* gnu/packages/cran.scm (r-entropy): New variable.
2020-06-16gnu: Add r-brglm.Ricardo Wurmus
* gnu/packages/cran.scm (r-brglm): New variable.
2020-06-16gnu: Add r-profilemodel.Ricardo Wurmus
* gnu/packages/cran.scm (r-profilemodel): New variable.
2020-06-16gnu: emacs-yasnippet: Clean-up package definition.Maxim Cournoyer
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-16gnu: volk: Improve description mark-up.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (volk)[description]: Substitute @acronym for the less appropriate @code.
2020-06-16gnu: volk: Fix typo in description.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (volk)[description]: Fix typo.
2020-06-16gnu: inxi-minimal: Update to 3.1.03-1.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (inxi-minimal): Update to 3.1.03-1.
2020-06-16gnu: tup: Update to 0.7.9.Tobias Geerinckx-Rice
* gnu/packages/build-tools.scm (tup): Update to 0.7.9.
2020-06-15doc: Clarify 'hurd-vm' and 'childhurd' names.Jan (janneke) Nieuwenhuizen
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-15gnu: glade3: Enable tests.Arun Isaac
* 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-15ui: Use package-description-string.Arun Isaac
* guix/ui.scm (package->recutils): Use package-description-string instead of package-description and P_.
2020-06-15ui: Do not translate package synopsis a second time.Arun Isaac
* guix/ui.scm (package->recutils): package-synopsis-string already returns a translated string. Do not attempt to translate it again.
2020-06-15ui: Cut off search early if any regexp does not match.Arun Isaac
* 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-15gnu: cuirass: Update to 0.0.1-32.3db603c.Mathieu Othacehe
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-32.3db603c.
2020-06-15ci: Add build-products id field and export accessors.Mathieu Othacehe
* 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-15ci: Add status option to "latest-builds".Mathieu Othacehe
* guix/ci.scm (latest-builds): Add "status" option.
2020-06-15download: Remove usa-mirror.go-parts.com mirror.Tobias Geerinckx-Rice
It incorrectly redirects 404s (at least) to the commercial home page. * guix/download.scm (%mirrors): Remove usa-mirror.go-parts.com URLs.
2020-06-15gnu: volk: Make retained references non-native inputs.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (volk)[native-inputs]: Move python-wrapper and python-mako… [inputs]: …here.
2020-06-15gnu: volk: Update to 2.3.0.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (volk): Update to 2.3.0.
2020-06-15gnu: r-limma: Update to 3.44.3.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-limma): Update to 3.44.3.
2020-06-15gnu: openmw: Update to 0.46.0.Pierre Neidhardt
* gnu/packages/game-development.scm (openmw): Update to 0.46.0.
2020-06-15gnu: quassel: Add context menu for d-bus tray icon.Efraim Flashner
* gnu/packages/irc.scm (quassel)[inputs]: Add libdbusmenu-qt.
2020-06-15gnu: quassel: Fix build with qt-5.14.Efraim Flashner
* 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-15ci: Fix buildproducts reading.Mathieu Othacehe
This is a follow-up of 4e05bbb093a17145fcabd48ea1d2c9cd7559084d. * guix/ci.scm (<build>)[products]: Test for vector type, as products can be "null".
2020-06-15news: Add entry for script execution via "guix repl".Konrad Hinsen
* etc/news.scm: Add entry. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-15ci: Add job option to "latest-builds".Mathieu Othacehe
* guix/ci.scm (latest-builds): Add "job" option.
2020-06-15ci: Add build products support.Mathieu Othacehe
* guix/ci.scm (<build-product>): New json mapping, (<build)[products]: new field.
2020-06-15gnu: emacs-debbugs: Update to 0.24.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-debbugs): Update to 0.24.
2020-06-15gnu: Add emacs-flycheck-guile.Andrew Whatson
* gnu/packages/emacs-xyz.scm (emacs-flycheck-guile): New variable.
2020-06-14gnu: inkscape: Add the glib-or-gtk-build-system phases.Maxim Cournoyer
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-14gnu: emacs-org-reveal: Update to 20200607.Maxim Cournoyer
* gnu/packages/emacs-xyz.scm (emacs-org-reveal): Update to 20200607.
2020-06-14gnu: Add tup.Jakub Kądziołka
* 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-14gnu: Add iputils.Marius Bakke
* 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-14gnu: docbook: Add 5.0.1.Marius Bakke
* gnu/packages/docbook.scm (docbook-xml-5): New public variable. (docbook-xml): Inherit from it. While at it, remove trailing whitespace.
2020-06-14gnu: Add ndisc6.Marius Bakke
* gnu/packages/networking.scm (ndisc6): New public variable.
2020-06-14gnu: Add ghc-psqueue.Marius Bakke
* gnu/packages/haskell-xyz.scm (ghc-psqueue): New public variable.
2020-06-14gnu: Add shelltestrunner.Marius Bakke
* gnu/packages/haskell-apps.scm (shelltestrunner): New public variable.
2020-06-14gnu: Add ghc-regex-pcre.Marius Bakke
* gnu/packages/haskell-xyz.scm (ghc-regex-pcre): New public variable.
2020-06-14gnu: Add ghc-curl.Marius Bakke
* gnu/packages/haskell-web.scm (ghc-curl): New public variable.
2020-06-14doc: Adjust branching and rebuilding strategy to match reality.Marius Bakke
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-15gnu: Add go-github-com-mattn-go-pointer.Martin Becze
* gnu/packages/golang.scm (go-github-com-mattn-go-pointer): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-15gnu: Add go-golang-org-x-oauth2.Martin Becze
* gnu/packages/golang.scm (go-golang-org-x-oauth2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>