summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add symmetrica.Nicolas Goaziou2019-06-20
| | | | | | | | | * gnu/packages/algebra.scm (symmetrica): New variable. * gnu/packages/patches/symmetrica-bruch.patch: * gnu/packages/patches/symmetrica-int32.patch: * gnu/packages/patches/symmetrica-return_values.patch: * gnu/packages/patches/symmetrica-sort_sum_rename.patch: New files. * gnu/local.mk (dist_patch_DATA): Add patches.
* gnu: zathura: Install icons.Alex Griffin2019-06-20
| | | | | | | * gnu/packages/pdf.scm (zathura)[native-inputs]: Add librsvg to build and install the application icons. Signed-off-by: Gábor Boskovits <boskovits@gmail.com>
* gnu: Add libgd.Nicolas Goaziou2019-06-20
| | | | * gnu/packages/image.scm (libgd): New variable.
* gnu: Move ratpoints into a different module.Nicolas Goaziou2019-06-20
| | | | | * gnu/packages/maths.scm (ratpoints): Move... * gnu/packages/algebra.scm: ...here.
* gnu: spdlog: Clarify license.Meiyo Peng2019-06-20
| | | | | | | * gnu/packages/logging.scm (spdlog): Clarify license of the bundled fmt library. Signed-off-by: Gábor Boskovits <boskovits@gmail.com>
* gnu: bind: Update to 9.14.3 [fixes CVE-2019-6471].Tobias Geerinckx-Rice2019-06-20
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.14.3.
* gnu: zn_poly: Rename to zn-poly, according to our naming conventions.Andreas Enge2019-06-20
| | | | | | | | Reported by Nicolas Goaziou <mail@nicolasgoaziou.fr>. This is a follow-up to commit 01822e3ebf24031d6438fc4e7ad3a869ea12fdf4. * gnu/packages/sagemath.scm (zn_poly): Rename to... * gnu/packages/sagemath.scm (zn-poly): ...this.
* gnu: Add brial.Andreas Enge2019-06-19
| | | | * gnu/packages/sagemath.scm (brial): New variable.
* gnu: Add m4ri.Andreas Enge2019-06-19
| | | | * gnu/packages/algebra.scm (m4ri): New variable.
* gnu: Add crispy-doom.Dan Frumin2019-06-19
| | | | | | * gnu/packages/games.scm (crispy-doom): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-unpackaged-el: Add patch for missing require statement.Brian Leung2019-06-19
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-unpackaged-el)[source]: Add patch. * gnu/packages/patches/emacs-unpackaged-req.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add numix-theme.Giacomo Leidi2019-06-19
| | | | | | * gnu/packages/gnome.scm (numix-theme): New variable Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-pandocfilters.Nicolas Goaziou2019-06-19
| | | | * gnu/packages/textutils.scm (python-pandocfilters): New variable.
* gnu: Add ratpoints.Nicolas Goaziou2019-06-19
| | | | | | * gnu/packages/maths.scm (ratpoints): New variable. * gnu/packages/patches/ratpoints-sturm_and_rp_private.patch: New file. * gnu/local.mk (dist_patch_DATA): Reference patch.
* gnu: Add gf2x.Andreas Enge2019-06-19
| | | | * gnu/packages/algebra.scm (gf2x): New variable.
* gnu: Add zn_poly.Andreas Enge2019-06-19
| | | | * gnu/packages/sagemath.scm (zn_poly): New variable.
* gnu: Add pynac.Andreas Enge2019-06-19
| | | | * gnu/packages/sagemath.scm (pynac): New variable.
* gnu: python-gmpy2: Update to 2.1.0b1.Andreas Enge2019-06-19
| | | | | | | The gmpy2 package has become a standard package in sage-8.7, and the latest stable release is too old. * gnu/packages/sagemath.scm (python-gmpy2): Update to 2.1.0b1.
* gnu: balsa: Update to 2.5.7.Tobias Geerinckx-Rice2019-06-19
| | | | | * gnu/packages/mail.scm (balsa): Update to 2.5.7. [inputs]: Build with gtksourceview@3.
* gnu: nano: Update to 4.3.Tobias Geerinckx-Rice2019-06-19
| | | | * gnu/packages/nano.scm (nano): Update to 4.3.
* gnu: notmuch: Update to 0.29.1.Tobias Geerinckx-Rice2019-06-19
| | | | * gnu/packages/mail.scm (notmuch): Update to 0.29.1.
* gnu: mpd: Update to 0.21.10.Tobias Geerinckx-Rice2019-06-19
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.21.10.
* gnu: perl-xml-sax: Update to 1.02.Tobias Geerinckx-Rice2019-06-19
| | | | * gnu/packages/xml.scm (perl-xml-sax): Update to 1.02.
* gnu: shadow: Update home page.Tobias Geerinckx-Rice2019-06-19
| | | | * gnu/packages/admin.scm (shadow)[home-page]: Update to new project home.
* gnu: shadow: Update to 4.7.Tobias Geerinckx-Rice2019-06-19
| | | | * gnu/packages/admin.scm (shadow): Update to 4.7.
* gnu: ansible: Update to 2.8.1.Tobias Geerinckx-Rice2019-06-19
| | | | * gnu/packages/admin.scm (ansible): Update to 2.8.1.
* gnu: filezilla: Update to 3.42.1.Tobias Geerinckx-Rice2019-06-19
| | | | * gnu/packages/ftp.scm (filezilla): Update to 3.42.1.
* gnu: libfilezilla: Update to 0.16.0.Tobias Geerinckx-Rice2019-06-19
| | | | * gnu/packages/ftp.scm (libfilezilla): Update to 0.16.0.
* gnu: Add python-keras.Ricardo Wurmus2019-06-19
| | | | * gnu/packages/machine-learning.scm (python-keras): New variable.
* gnu: Add python-pytest-timeout.Ricardo Wurmus2019-06-19
| | | | * gnu/packages/check.scm (python-pytest-timeout): New variable.
* gnu: Add python-keras-preprocessing.Ricardo Wurmus2019-06-19
| | | | * gnu/packages/machine-learning.scm (python-keras-preprocessing): New variable.
* gnu: Add python-keras-applications.Ricardo Wurmus2019-06-19
| | | | * gnu/packages/machine-learning.scm (python-keras-applications): New variable.
* gnu: python-botocore: Update to 1.12.149.Ricardo Wurmus2019-06-19
| | | | | * gnu/packages/python-xyz.scm (python-botocore): Update to 1.12.149. [native-inputs]: Add python-urllib3.
* gnu: python-s3transfer: Update to 0.2.0.Ricardo Wurmus2019-06-19
| | | | | * gnu/packages/python-web.scm (python-s3transfer): Update to 0.2.0. [propagated-inputs]: Add python-urllib3.
* tests: Fix opensmtpd test.Tobias Geerinckx-Rice2019-06-19
| | | | | * gnu/tests/mail.scm (run-opensmtpd-test) <"mail arrived">: Invoke smtpctl by its full file name.
* gnu: linux-libre: Update to 5.1.11.Mark H Weaver2019-06-18
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.11. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.52.Mark H Weaver2019-06-18
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.52. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.127.Mark H Weaver2019-06-18
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.127. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.182.Mark H Weaver2019-06-18
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.182.
* gnu: linux-libre@4.4: Update to 4.4.182.Mark H Weaver2019-06-18
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.182.
* linux-container: Remove networking service when network is shared with host.Arun Isaac2019-06-19
| | | | | | | * gnu/system/linux-container.scm (dummy-networking-service-type): New variable. (containerized-operating-system): If network is shared with host, replace static-networking-service-type with dummy-networking-service-type.
* gnu: python2: Add 'cpe-name' property.Efraim Flashner2019-06-18
| | | | * gnu/packages/python.scm (python2)[properties]: New field.
* gnu: linbox: Add version 1.5.2.Andreas Enge2019-06-18
| | | | * gnu/packages/sagemath.scm (linbox-1.5.2): New variable.
* gnu: fflas-ffpack: Add version 2.3.2.Andreas Enge2019-06-18
| | | | * gnu/packages/sagemath.scm (fflas-ffpack-2.3.2): New variable.
* gnu: givaro: Add version 4.0.4.Andreas Enge2019-06-18
| | | | * gnu/packages/sagemath.scm (givaro-4.0.4): New variable.
* gnu: Add linbox.Andreas Enge2019-06-18
| | | | * gnu/packages/algebra.scm (linbox): New variable.
* gnu: Add fflas-ffpack.Andreas Enge2019-06-18
| | | | * gnu/packages/algebra.scm (fflas-ffpack): New variable.
* gnu: Add givaro.Andreas Enge2019-06-18
| | | | * gnu/packages/algebra.scm (givaro): New variable.
* gnu: Remove hydra.Efraim Flashner2019-06-18
| | | | | | Our copy of hydra hasn't built in years. * gnu/packages/ci.scm (hydra): Remove variable.
* gnu: python-on-guile: Update to 0.1.0-2.058c596.Ricardo Wurmus2019-06-18
| | | | | | * gnu/packages/guile-xyz.scm (python-on-guile): Update to 0.1.0-2.058c596. [source]: Fetch from fork at git.elephly.net. [arguments]: Remove phase "use-canonical-directory-for-go-files".