summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: Add wabt.Vagrant Cascadian2019-09-19
| | | | | | * gnu/packages/web (wabt): New variable. * gnu/packages/diffoscope (diffoscope)[native-inputs]: Add wabt for tests. [arguments]: Add phase patching wabt into known tools.
* gnu: Add python-binwalk.Vagrant Cascadian2019-09-19
| | | | | | * gnu/packages/python-xyz (python-binwalk): New variable. * gnu/packages/diffoscope (diffoscope)[native-inputs]: Add python-binwalk for tests.
* gnu: tor: Update to 0.4.1.6.Tobias Geerinckx-Rice2019-09-19
| | | | * gnu/packages/tor.scm (tor): Update to 0.4.1.6.
* gnu: next: Update to 1.3.2.Pierre Neidhardt2019-09-19
| | | | * gnu/packages/web-browsers.scm (next): Update to 1.3.2.
* gnu: samba: Update to 4.11.0.Rutger Helling2019-09-19
| | | | * gnu/packages/samba.scm (samba): Update to 4.11.0.
* gnu: efl: Update to 1.22.5.Efraim Flashner2019-09-19
| | | | * gnu/packages/enlightenment.scm (efl): Update to 1.22.5.
* gnu: python-matplotlib: Use https in home-page.Efraim Flashner2019-09-19
| | | | | * gnu/packages/python-xyz.scm (python-matplotlib)[home-page]: Update to use https.
* gnu: python2-matplotlib: Update to 2.2.4.Efraim Flashner2019-09-19
| | | | * gnu/packages/python-xyz.scm (python2-matplotlib): Update to 2.2.4.
* gnu: python2-matplotlib: Fix jquery-ui install path.Efraim Flashner2019-09-19
| | | | | * gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Override custom 'install-jquery-ui phase to install in the appropriate directory.
* gnu: python2-matplotlib: Disable tests.Efraim Flashner2019-09-19
| | | | | * gnu/packages/python-xyz.scm (python2-matplotlib)[arguments]: Skip the custom 'check phase.
* gnu: linux-libre: Update to 5.2.16.Rutger Helling2019-09-19
| | | | * gnu/packages/linux.scm (linux-libre): Update to 5.2.16.
* gnu: diffoscope: Update to 125.Vagrant Cascadian2019-09-18
| | | | | | | * gnu/packages/diffoscope (diffoscope): Update to 125. [arguments] Adjust remove-ocaml-test to selectively disable a single test. Add skip-elf-tests to disable a new failing test. [native-inputs] Add ocaml for tests.
* gnu: diffoscope: Add additional test dependencies.Vagrant Cascadian2019-09-18
| | | | | * gnu/packages/diffoscope (diffoscope)[native-inputs]: Add abootimg, dtc, and r-minimal.
* gnu: Move diffoscope and trydiffoscope to new diffoscope.scm.Vagrant Cascadian2019-09-18
| | | | | | | | | | * gnu/packages/package-management (diffoscope): Remove variable. (trydiffoscope): Remove variable. Update copyright information. * gnu/packages/diffoscope.scm: New file. (diffoscope): Add variable. (trydiffoscope): Add variable. * gnu/local.mk [GNU_SYSTEM_MODULES]: Add diffoscope.scm.
* gnu: isc-dhcp: Update bundled BIND to 9.11.11 [fixes CVE-2019-6471].Tobias Geerinckx-Rice2019-09-19
| | | | | * gnu/packages/admin.scm (isc-dhcp)[bind-patch-version]: Update to 11. [inputs]: Update bind-source-tarball hash.
* gnu: bind: Update to 9.14.6 [fixes CVE-2019-6471].Tobias Geerinckx-Rice2019-09-18
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.14.6.
* gnu: libvterm: Update to 1.1.0.Alejandro "HiPhish" Sanchez2019-09-18
| | | | | | | * gnu/packages/terminals.scm (libvterm): Update to 1.1.0. [arguments]: Enable tests. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add Xeus.Ludovic Courtès2019-09-18
| | | | * gnu/packages/jupyter.scm (xeus): New variable.
* gnu: Add python-jupyter-kernel-test.Ludovic Courtès2019-09-18
| | | | * gnu/packages/jupyter.scm (python-jupyter-kernel-test): New file.
* gnu: Add python-jupyter-kernel-mgmt.Ludovic Courtès2019-09-18
| | | | * gnu/packages/jupyter.scm (python-jupyter-kernel-mgmt): New variable.
* gnu: Add python-jupyter-protocol.Ludovic Courtès2019-09-18
| | | | | * gnu/packages/jupyter.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: nlohmann-json-cpp: Update to 3.7.0.Ludovic Courtès2019-09-18
| | | | | | * gnu/packages/serialization.scm (nlohmann-json-cpp): Update to 3.7.0. [source]: Use 'git-fetch'. [native-inputs, arguments]: New fields.
* linux-container: 'eval/container' correctly passes -L and -C flags.Ludovic Courtès2019-09-18
| | | | | | | | This fixes a type error. * gnu/system/linux-container.scm (eval/container): Use 'append-map', not 'map'. * tests/containers.scm ("eval/container, non-empty load path"): New test.
* Merge branch 'wip-texlive'Ricardo Wurmus2019-09-18
|\
| * Merge remote-tracking branch 'origin/master' into wip-texliveRicardo Wurmus2019-09-18
| |\
| * | gnu: Add guile-cv.Ricardo Wurmus2019-09-05
| | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-cv): New variable.
| * | gnu: texlive-union: Fix font map generation.Ricardo Wurmus2019-09-05
| | | | | | | | | | | | | | | | | | * gnu/packages/tex.scm (texlive-union)[arguments]: Exclude sed and coreutils from union; add sed to the PATH; run updmap-sys twice; delete ls-R to avoid lookup failures.
| * | gnu: texlive-latex-base: Ensure that extra sources are installed.Ricardo Wurmus2019-09-05
| | | | | | | | | | | | | | | * gnu/packages/tex.scm (texlive-latex-base): Use simple-texlive-package to install additional files.
* | | services: Add nftables-service-type.宋文武2019-09-18
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/services/networking.scm (%default-nftables-ruleset): New variable. (<nftables-configuration>): New record type. (nftables-shepherd-service): New procedure. (nftables-service-type): New service type. * doc/guix.texi (Networking Services): Document it.
* | | gnu: linux-libre: Enable all nftables families.宋文武2019-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/aux-files/linux-libre/4.19-arm.conf, gnu/packages/aux-files/linux-libre/4.19-arm64.conf, gnu/packages/aux-files/linux-libre/4.19-i686.conf, gnu/packages/aux-files/linux-libre/4.19-x86_64.conf, gnu/packages/aux-files/linux-libre/5.2-arm.conf, gnu/packages/aux-files/linux-libre/5.2-arm64.conf, gnu/packages/aux-files/linux-libre/5.2-i686.conf, gnu/packages/aux-files/linux-libre/5.2-x86_64.conf: Set CONFIG_NF_TABLES_INET, CONFIG_NF_TABLES_NETDEV, CONFIG_NF_TABLES_IPV4, CONFIG_NF_TABLES_IPV6 and CONFIG_NF_TABLES_BRIDGE to 'y', and related options to 'm'.
* | | gnu: Add cl-lzlib.Guillaume LE VAILLANT2019-09-18
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-lzlib, cl-lzlib, ecl-lzlib): New variables.
* | | gnu: Add cl-octet-streams.Guillaume LE VAILLANT2019-09-18
| | | | | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-cl-octet-streams, cl-octet-streams, ecl-cl-octet-streams): New variables.
* | | gnu: Add bst.Guillaume LE VAILLANT2019-09-18
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-bst, cl-bst, ecl-bst): New variables.
* | | gnu: Add cl-ledger.Guillaume LE VAILLANT2019-09-18
| | | | | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-cl-ledger, cl-ledger, ecl-cl-ledger): New variables.
* | | gnu: Add cambl.Guillaume LE VAILLANT2019-09-18
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-cambl, cl-cambl, ecl-cambl): New variables.
* | | gnu: Add fprog.Guillaume LE VAILLANT2019-09-18
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-fprog, cl-fprog, ecl-fprog): New variables.
* | | gnu: Add xlunit.Guillaume LE VAILLANT2019-09-18
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-xlunit, cl-xlunit, ecl-xlunit): New variables.
* | | gnu: Add cl-containers.Guillaume LE VAILLANT2019-09-18
| | | | | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-cl-containers, cl-containers, ecl-containers): New variables.
* | | gnu: sbcl-lift: Fix version number.Guillaume Le Vaillant2019-09-18
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-lift)[version]: Set to 1.7.1 instead of 0.0.0.
* | | gnu: Add metatilities-base.Guillaume LE VAILLANT2019-09-18
| | | | | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-metatilities-base, cl-metatilities-base, ecl-metatilities-base): New variables.
* | | gnu: Add periods-series.Guillaume LE VAILLANT2019-09-18
| | | | | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-periods-series, cl-periods-series, ecl-periods-series): New variables.
* | | gnu: Add periods.Guillaume LE VAILLANT2019-09-18
| | | | | | | | | | | | * gnu/packages/lisp.scm (sbcl-periods, cl-periods, ecl-periods): New variables.
* | | gnu: Add series.Guillaume LE VAILLANT2019-09-18
| |/ |/| | | | | * gnu/packages/lisp.scm (sbcl-series, cl-series, ecl-series): New variables.
* | gnu: festival: Fix scripts.Ricardo Wurmus2019-09-18
| | | | | | | | | | * gnu/packages/speech.scm (festival)[arguments]: Fix broken shebangs in scripts.
* | gnu: festival: Include default voice.Ricardo Wurmus2019-09-18
| | | | | | | | | | * gnu/packages/speech.scm (festival)[arguments]: Install default voice. [native-inputs]: Add default voice.
* | gnu: emacs-base16-theme: Update to 2.2.Björn Höfling2019-09-17
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-base16-theme): Update to 2.2. [source]: Use github instead of melpa.
* | gnu: emacs-olivetti: Update to 1.8.0.Björn Höfling2019-09-17
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-olivetti)[version]: Update to 1.8.0. [source]: Use github instead of melpa.
* | gnu: emacs-elixir-mode: Use git-fetch.Björn Höfling2019-09-17
| | | | | | | | | | | | | | | | Fixes a source instability reported by Josh Holland in <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37437> * gnu/packages/emacs-xyz.scm (emacs-elixir-mode)[source]: Use GIT-FETCH & GIT-FILE-NAME.
* | gnu: festival: Install missing info files.Ricardo Wurmus2019-09-17
| | | | | | | | | | | | | | | | Reported by reepca on the #guix IRC channel. This is a follow-up to commit 34583ec6e3995f5dd1ebf549265f0d64bbf23ab7. * gnu/packages/speech.scm (festival)[arguments]: Install missing info files.
* | gnu: Add rust-futures-sink-preview.Efraim Flashner2019-09-17
| | | | | | | | * gnu/packages/crates-io.scm (rust-futures-sink-preview): New variable.