summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2019-09-08gnu: js-respond: Use minify-build-system.Efraim Flashner
* gnu/packages/javascript.scm (js-respond)[build-system]: Use minify-build-system. [arguments]: Remove custom builder code. [native-inputs]: Remove uglify-js, source, gzip, tar.
2019-09-08gnu: js-filesaver: Don't use unstable tarball.Efraim Flashner
* gnu/packages/javascript.scm (js-filesaver)[source]: Use 'git-fetch'.
2019-09-08gnu: js-es5-shim: Update to 4.5.13.Efraim Flashner
* gnu/packages/javascript.scm (js-es5-shim): Update to 4.5.13.
2019-09-08gnu: js-es5-shim: Don't use unstable tarball.Efraim Flashner
* gnu/packages/javascript.scm (js-es5-shim)[source]: Use 'git-fetch'.
2019-09-08gnu: js-selectize: Update to 0.12.6.Efraim Flashner
* gnu/packages/javascript.scm (js-selectize): Update to 0.12.6.
2019-09-08gnu: js-selectize: Don't use unstable tarball.Efraim Flashner
* gnu/packages/javascript.scm (js-selectize)[source]: Use 'git-fetch'.
2019-09-08gnu: js-highlight: Don't use unstable tarball.Efraim Flashner
* gnu/packages/javascript.scm (js-highlight)[source]: Use 'git-fetch'.
2019-09-08gnu: js-strftime: Don't use unstable tarball.Efraim Flashner
* gnu/packages/javascript.scm (js-strftime)[source]: Use 'git-fetch'.
2019-09-08gnu: js-html5shiv: Don't use unstable tarball.Efraim Flashner
* gnu/packages/javascript.scm (js-html5shiv)[source]: Use 'git-fetch'.
2019-09-08services: openntpd: Fix the config generation code.Maxim Cournoyer
This fixes issue #37318 (see: http://bugs.gnu.org/37318). * gnu/services/networking.scm (openntpd-configuration->string): Rewrite in order to make the "openntpd configuration generation sanity check" test pass.
2019-09-08services: openntpd: Add test for issue #3731.Maxim Cournoyer
See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37318. * gnu/services/networking.scm (openntpd-configuration->string): New procedure, extracted from top of the `openntpd-shepherd-service' to make it testable. (openntpd-shepherd-service): Adapt following the move of the code to the above procedure. * tests/networking.scm: Add a test for the `openntpd-configuration->string' procedure.
2019-09-08services: openntpd: Remove useless let.Maxim Cournoyer
* gnu/services/networking.scm (openntpd-shepherd-service): Remove useless let.
2019-09-08gnu: openntpd: Fix error CA errors when using constraints.Maxim Cournoyer
The error printed by nttpd was "constraint: failed to load constraint ca" when libressl tried loading the file /etc/ssl/cert.pem. The problem was investigated as part of fixing issue 37318 (see: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37318). * gnu/packages/ntp.scm (openntpd)[configure-flags]: Use the '--with-cacert' flag to specify the location of the certificate authority file of libressl.
2019-09-08services: ntp: Support different NTP server types and options.Maxim Cournoyer
* gnu/services/networking.scm (ntp-server-types): New enum. (<ntp-server>): New record type. (ntp-server->string): New procedure. (%ntp-servers): Define in terms of <htp-server> records. Use the first entrypoint server as a pool instead of a list of static servers. This is more resilient since a new server of the pool can be interrogated on every request. Add the 'iburst' options. (ntp-configuration-servers): Define a custom accessor that warns but honors the now deprecated server format. (<ntp-configuration>): Use it. (%openntpd-servers): New variable, (<openntpd-configuration>): Use it, as a pool ('servers' field) instead of a regular server. * tests/networking.scm: New file. * Makefile.am (SCM_TESTS): Register it. * doc/guix.texi: Update documentation.
2019-09-08services: ntp: Fix KOD warning.Maxim Cournoyer
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.
2019-09-08services: ntp: Allow large adjustment by default.Maxim Cournoyer
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.
2019-09-08gnu: thunar-volman: Update to 0.9.5.L p R n d n
* gnu/packages/xfce.scm (thunar-volman): Update to 0.9.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-08gnu: tumbler: Remove unused gstreamer.L p R n d n
* gnu/packages/xfce.scm (tumbler)[inputs]: Remove gstreamer. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-08gnu: tumbler: Fix pdf thumbnailer.L p R n d n
* gnu/packages/xfce.scm (tumbler)[inputs]: Add cairo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-08gnu: libraft: Fetch source from Git.Ludovic Courtès
* gnu/packages/cluster.scm (libraft)[source]: Switch to GIT-FETCH.
2019-09-08gnu: Add libraftAndrew Miloradovsky
* gnu/packages/cluster.scm (libraft): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-08gnu: guix: Update to cc98b00.Ludovic Courtès
* gnu/packages/package-management.scm (guix): Update to cc98b00. (guix-daemon)[arguments]: Remove 'install' phase; add 'change-default-guix' phase.
2019-09-08gnu: micropython: Update to 1.11.Efraim Flashner
* gnu/packages/python.scm (micropython): Update to 1.11.
2019-09-08gnu: wget2: Update to 1.99.2.Efraim Flashner
* 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.
2019-09-08gnu: wget.scm: Use license: prefix.Efraim Flashner
* gnu/packages/wget.scm (wget, wgetpaste, wget2)[license]: Use 'license:' prefix.
2019-09-08gnu: Add fmit.raingloom
* gnu/packages/music.scm (fmit): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2019-09-08gnu: haskell-xyz.scm: Correctly hide packages.Efraim Flashner
* 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.
2019-09-08gnu: Add emacs-tao-theme.Ricardo Wurmus
* gnu/packages/emacs-xyz.scm (emacs-tao-theme): New variable.
2019-09-08gnu: Add odt2txt.Vagrant Cascadian
* gnu/packages/textutils (odt2txt): New variable. * gnu/packages/package-management (diffoscope)[native-inputs]: Add odt2txt. [use-modules]: Remove accidentally added libreoffice package module.
2019-09-07gnu: Add sng.Vagrant Cascadian
* gnu/packages/images (sng): New variable. * gnu/packages/package-management (diffoscope)[native-inputs]: Add sng.
2019-09-07gnu: Add pngsuite.Vagrant Cascadian
* gnu/packages/image (pngsuite): New variable.
2019-09-07gnu: diffoscope: Enable even more tests.Vagrant Cascadian
* gnu/packages/package-management (diffoscope)[native-inputs]: Add additional dependencies for tests. [use-module]: Add corresponding package modules.
2019-09-07gnu: diffoscope: Enable additional tests.Vagrant Cascadian
* gnu/packages/package-management (diffoscope) [native-inputs]: Add additional packages used for tests.
2019-09-07gnu: diffoscope: Update to 123.Vagrant Cascadian
* gnu/packages/package-management (diffoscope): Update to 123. [arguments]: Update phase writable-test-data to include tests directory. Add phase remove-ocaml-test.
2019-09-07gnu: python-debian: Update to 0.1.36.Vagrant Cascadian
* 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.
2019-09-08gnu: r-rsubread: Update to 1.34.7.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-rsubread): Update to 1.34.7.
2019-09-08gnu: r-regioner: Update to 1.16.3.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-regioner): Update to 1.16.3.
2019-09-08gnu: r-gprofiler: Update to 0.6.8.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-gprofiler): Update to 0.6.8.
2019-09-08gnu: r-annotationhub: Update to 2.16.1.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-annotationhub): Update to 2.16.1.
2019-09-08gnu: r-edger: Update to 3.26.8.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-edger): Update to 3.26.8.
2019-09-08gnu: r-ggraph: Update to 2.0.0.Ricardo Wurmus
* gnu/packages/cran.scm (r-ggraph): Update to 2.0.0. [propagated-inputs]: Add r-graphlayouts, r-rlang, and r-tidygraph; remove r-plyr.
2019-09-08gnu: r-msigdbr: Update to 7.0.1.Ricardo Wurmus
* gnu/packages/cran.scm (r-msigdbr): Update to 7.0.1.
2019-09-08gnu: r-ggeffects: Update to 0.12.0.Ricardo Wurmus
* gnu/packages/cran.scm (r-ggeffects): Update to 0.12.0.
2019-09-08gnu: r-ggformula: Update to 0.9.2.Ricardo Wurmus
* gnu/packages/cran.scm (r-ggformula): Update to 0.9.2.
2019-09-08gnu: r-insight: Update to 0.5.0.Ricardo Wurmus
* gnu/packages/cran.scm (r-insight): Update to 0.5.0.
2019-09-08gnu: r-ggpubr: Update to 0.2.3.Ricardo Wurmus
* gnu/packages/cran.scm (r-ggpubr): Update to 0.2.3.
2019-09-08gnu: r-geometry: Update to 0.4.4.Ricardo Wurmus
* gnu/packages/cran.scm (r-geometry): Update to 0.4.4.
2019-09-08gnu: r-feather: Update to 0.3.4.Ricardo Wurmus
* gnu/packages/cran.scm (r-feather): Update to 0.3.4.
2019-09-08gnu: r-matrixstats: Update to 0.55.0.Ricardo Wurmus
* gnu/packages/statistics.scm (r-matrixstats): Update to 0.55.0.
2019-09-08gnu: r-rcpparmadillo: Update to 0.9.700.2.0.Ricardo Wurmus
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.700.2.0.