summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* services: ntp: Fix KOD warning.Maxim Cournoyer2019-09-08
| | | | | | | | | | | | | Otherwise the following messages would be printed by ntpd: Sep 2 05:18:21 localhost ntpd[15849]: restrict default: KOD does nothing without LIMITE. Sep 2 05:18:21 localhost ntpd[15849]: restrict ::: KOD does nothing without LIMITED. Debian uses the same set of "restrict" keywords (see: https://sources.debian.org/src/ntp/1:4.2.8p13+dfsg-2/debian/ntp.conf). * gnu/services/networking.scm (ntp-shepherd-service): Add the 'limited' keyword to both the IPv4 and IPv6 'restrict' directives.
* services: ntp: Allow large adjustment by default.Maxim Cournoyer2019-09-08
| | | | | | | | | | This is documented as best practice in `man ntpd', and is required to allow the date to be set correctly when traveling (without having to manually update the hardware clock in the BIOS/UEFI). * gnu/services/networking.scm (<ntp-server>)[allow-large-adjustment?]: Set the default value to #t. * doc/guix.texi (Networking Services): Update documentation.
* gnu: thunar-volman: Update to 0.9.5.L p R n d n2019-09-08
| | | | | | * gnu/packages/xfce.scm (thunar-volman): Update to 0.9.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: tumbler: Remove unused gstreamer.L p R n d n2019-09-08
| | | | | | * gnu/packages/xfce.scm (tumbler)[inputs]: Remove gstreamer. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: tumbler: Fix pdf thumbnailer.L p R n d n2019-09-08
| | | | | | * gnu/packages/xfce.scm (tumbler)[inputs]: Add cairo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libraft: Fetch source from Git.Ludovic Courtès2019-09-08
| | | | * gnu/packages/cluster.scm (libraft)[source]: Switch to GIT-FETCH.
* gnu: Add libraftAndrew Miloradovsky2019-09-08
| | | | | | * gnu/packages/cluster.scm (libraft): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guix: Update to cc98b00.Ludovic Courtès2019-09-08
| | | | | | * gnu/packages/package-management.scm (guix): Update to cc98b00. (guix-daemon)[arguments]: Remove 'install' phase; add 'change-default-guix' phase.
* gnu: micropython: Update to 1.11.Efraim Flashner2019-09-08
| | | | * gnu/packages/python.scm (micropython): Update to 1.11.
* gnu: wget2: Update to 1.99.2.Efraim Flashner2019-09-08
| | | | | | | | | | * gnu/packages/wget.scm (wget2): Update to 1.99.2. [source]: Download from gnu mirrors. [arguments]: Remove custom 'bootstrap phase, update custom 'skip-network-tests phase. Don't build static library. [inputs]: Add bzip2, gpgme, zlib. [native-inputs]: Remove autoconf, automake, flex, gettext-minimal, libtool, python-2.
* gnu: wget.scm: Use license: prefix.Efraim Flashner2019-09-08
| | | | | * gnu/packages/wget.scm (wget, wgetpaste, wget2)[license]: Use 'license:' prefix.
* gnu: Add fmit.raingloom2019-09-08
| | | | | | * gnu/packages/music.scm (fmit): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: haskell-xyz.scm: Correctly hide packages.Efraim Flashner2019-09-08
| | | | | | | * gnu/packages/haskell-xyz.scm (ghc-attoparsec-bootstrap, ghc-integer-logarithms-bootstrap, ghc-scientific-bootstrap, ghc-semigroups-bootstrap, ghc-unordered-containers-bootstrap, ghc-wcwidth-bootstrap)[properties]: Fix typo, make 'hidden?' a tuple.
* gnu: Add emacs-tao-theme.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/emacs-xyz.scm (emacs-tao-theme): New variable.
* gnu: Add odt2txt.Vagrant Cascadian2019-09-08
| | | | | | * gnu/packages/textutils (odt2txt): New variable. * gnu/packages/package-management (diffoscope)[native-inputs]: Add odt2txt. [use-modules]: Remove accidentally added libreoffice package module.
* gnu: Add sng.Vagrant Cascadian2019-09-07
| | | | | * gnu/packages/images (sng): New variable. * gnu/packages/package-management (diffoscope)[native-inputs]: Add sng.
* gnu: Add pngsuite.Vagrant Cascadian2019-09-07
| | | | * gnu/packages/image (pngsuite): New variable.
* gnu: diffoscope: Enable even more tests.Vagrant Cascadian2019-09-07
| | | | | | * gnu/packages/package-management (diffoscope)[native-inputs]: Add additional dependencies for tests. [use-module]: Add corresponding package modules.
* gnu: diffoscope: Enable additional tests.Vagrant Cascadian2019-09-07
| | | | | * gnu/packages/package-management (diffoscope) [native-inputs]: Add additional packages used for tests.
* gnu: diffoscope: Update to 123.Vagrant Cascadian2019-09-07
| | | | | | * gnu/packages/package-management (diffoscope): Update to 123. [arguments]: Update phase writable-test-data to include tests directory. Add phase remove-ocaml-test.
* gnu: python-debian: Update to 0.1.36.Vagrant Cascadian2019-09-07
| | | | | | | | * gnu/packages/python-xyz (python-debian): Update to 0.1.36. [source]: Switch to using git-fetch. [arguments]: Add phase to delete tests depending on tools not yet present in guix. [propagated-inputs]: Add python-chardet.
* gnu: r-rsubread: Update to 1.34.7.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/bioconductor.scm (r-rsubread): Update to 1.34.7.
* gnu: r-regioner: Update to 1.16.3.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/bioconductor.scm (r-regioner): Update to 1.16.3.
* gnu: r-gprofiler: Update to 0.6.8.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/bioinformatics.scm (r-gprofiler): Update to 0.6.8.
* gnu: r-annotationhub: Update to 2.16.1.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/bioinformatics.scm (r-annotationhub): Update to 2.16.1.
* gnu: r-edger: Update to 3.26.8.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/bioinformatics.scm (r-edger): Update to 3.26.8.
* gnu: r-ggraph: Update to 2.0.0.Ricardo Wurmus2019-09-08
| | | | | | * gnu/packages/cran.scm (r-ggraph): Update to 2.0.0. [propagated-inputs]: Add r-graphlayouts, r-rlang, and r-tidygraph; remove r-plyr.
* gnu: r-msigdbr: Update to 7.0.1.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/cran.scm (r-msigdbr): Update to 7.0.1.
* gnu: r-ggeffects: Update to 0.12.0.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/cran.scm (r-ggeffects): Update to 0.12.0.
* gnu: r-ggformula: Update to 0.9.2.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/cran.scm (r-ggformula): Update to 0.9.2.
* gnu: r-insight: Update to 0.5.0.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/cran.scm (r-insight): Update to 0.5.0.
* gnu: r-ggpubr: Update to 0.2.3.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/cran.scm (r-ggpubr): Update to 0.2.3.
* gnu: r-geometry: Update to 0.4.4.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/cran.scm (r-geometry): Update to 0.4.4.
* gnu: r-feather: Update to 0.3.4.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/cran.scm (r-feather): Update to 0.3.4.
* gnu: r-matrixstats: Update to 0.55.0.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/statistics.scm (r-matrixstats): Update to 0.55.0.
* gnu: r-rcpparmadillo: Update to 0.9.700.2.0.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.700.2.0.
* gnu: r-devtools: Update to 2.2.0.Ricardo Wurmus2019-09-08
| | | | | | * gnu/packages/statistics.scm (r-devtools): Update to 2.2.0. [propagated-inputs]: Add r-covr, r-crayon, r-desc, r-dt, r-ellipsis, r-glue, and r-rversions.
* gnu: r-gdtools: Update to 0.2.0.Ricardo Wurmus2019-09-08
| | | | | | * gnu/packages/statistics.scm (r-gdtools): Update to 0.2.0. [inputs]: Add freetype. [propagated-inputs]: Add r-systemfonts; remove r-withr.
* gnu: Add r-tidygraph.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/cran.scm (r-tidygraph): New variable.
* gnu: Add r-graphlayouts.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/cran.scm (r-graphlayouts): New variable.
* gnu: Add r-systemfonts.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/cran.scm (r-systemfonts): New variable.
* gnu: Add r-covr.Ricardo Wurmus2019-09-08
| | | | * gnu/packages/cran.scm (r-covr): New variable.
* gnu: poussetaches: Update to 0.0.2.Arun Isaac2019-09-08
| | | | * gnu/packages/web.scm (poussetaches): Update to 0.0.2.
* gnu: nml: Fix for newer pillow version.Julien Lepiller2019-09-07
| | | | | * gnu/packages/game-development.scm (nml)[arguments]: Add a phase to fix for newer pillow.
* gnu: qtermwidget: Enable UTF-8 support.Kei Kebreau2019-09-07
| | | | * gnu/packages/lxqt.scm (qtermwidget)[inputs]: Add utf8proc.
* gnu: wireguard: Update to 0.0.20190905.Rutger Helling2019-09-07
| | | | * gnu/packages/vpn.scm (wireguard): Update to 0.0.20190905.
* gnu: linux-libre: Update to 5.2.13.Mark H Weaver2019-09-06
| | | | | * gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.13. (linux-libre-5.2-pristine-source): Update hash.
* gnu: linux-libre@4.14: Update to 4.19.71.Mark H Weaver2019-09-06
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.71. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.142.Mark H Weaver2019-09-06
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.142. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.191.Mark H Weaver2019-09-06
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.191. (linux-libre-4.9-pristine-source): Update hash.