aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: mescc-tools: Update to 0.6.1.Jan Nieuwenhuizen2019-09-09
| | | | * gnu/packages/mes.scm (mescc-tools): Update to 0.6.1.
* gnu: nyacc: Update to 0.99.0.Jan Nieuwenhuizen2019-09-09
| | | | * gnu/packages/mes.scm (nyacc): Update to 0.99.0.
* gnu: grammalecte: Update to 1.4.0.Nicolas Goaziou2019-09-09
| | | | | * gnu/packages/dictionaries.scm (grammalecte): Update to 1.4.0. [synopsis]: Remove spurious space.
* gnu: Add scron.Robert Vollmert2019-09-09
| | | | | | * gnu/packages/suckless.scm (scron): New package. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: kdeconnect: Update to 1.3.5.Efraim Flashner2019-09-09
| | | | | * gnu/packages/kde.scm (kdeconnect): Update to 1.3.5. [source]: Update source uri.
* gnu: kdeconnect: Set upstream-name.Efraim Flashner2019-09-09
| | | | * gnu/packages/kde.scm (kdeconnect)[properties]: New field.
* gnu: Add r-soupx.Ricardo Wurmus2019-09-09
| | | | * gnu/packages/cran.scm (r-soupx): New variable.
* gnu: retroarch: Update to 1.7.8.3.Rutger Helling2019-09-09
| | | | * gnu/packages/emulators.scm (retroarch): Update to 1.7.8.3.
* gnu: btrfs-progs: Update to 5.2.2.Rutger Helling2019-09-09
| | | | * gnu/packages/linux.scm (btrfs-progs): Update to 5.2.2.
* gnu: glib-networking: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-09-09
| | | | * gnu/packages/gnome.scm (glib-networking)[source]: Hard-code NAME.
* services: Add ‘/usr/bin/env’ special file.Tobias Geerinckx-Rice2019-09-09
| | | | | * gnu/services/base.scm (%base-services): Add ‘/usr/bin/env‘ to special-files-service-type.
* gnu: bs1770gain: Return #t from source snippet.Tobias Geerinckx-Rice2019-09-08
| | | | * gnu/packages/audio.scm (bs1770gain)[source]: Return #t from snippet.
* gnu: bs1770gain: Update to 0.6.0.Tobias Geerinckx-Rice2019-09-08
| | | | | * gnu/packages/audio.scm (bs1770gain): Update to 0.6.0. [source]: Adjust snippet.
* gnu: diffoscope: Add zip and unzip for test suite.Vagrant Cascadian2019-09-08
| | | | * gnu/packages/package-management (diffoscope)[native-inputs]: Add zip, unzip.
* gnu: Add pgpdump.Vagrant Cascadian2019-09-08
| | | | | * gnu/packages/gnupg (pgpdump): New variable. * gnu/packages/package-management (diffoscope)[native-inputs]: Add pgpdump.
* gnu: js-respond: Don't use unstable-tarball.Efraim Flashner2019-09-08
| | | | * gnu/packages/javascript.scm (js-respond)[source]: Use 'git-fetch'.
* gnu: js-respond: Use minify-build-system.Efraim Flashner2019-09-08
| | | | | | | * 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.
* gnu: js-filesaver: Don't use unstable tarball.Efraim Flashner2019-09-08
| | | | * gnu/packages/javascript.scm (js-filesaver)[source]: Use 'git-fetch'.
* gnu: js-es5-shim: Update to 4.5.13.Efraim Flashner2019-09-08
| | | | * gnu/packages/javascript.scm (js-es5-shim): Update to 4.5.13.
* gnu: js-es5-shim: Don't use unstable tarball.Efraim Flashner2019-09-08
| | | | * gnu/packages/javascript.scm (js-es5-shim)[source]: Use 'git-fetch'.
* gnu: js-selectize: Update to 0.12.6.Efraim Flashner2019-09-08
| | | | * gnu/packages/javascript.scm (js-selectize): Update to 0.12.6.
* gnu: js-selectize: Don't use unstable tarball.Efraim Flashner2019-09-08
| | | | * gnu/packages/javascript.scm (js-selectize)[source]: Use 'git-fetch'.
* gnu: js-highlight: Don't use unstable tarball.Efraim Flashner2019-09-08
| | | | * gnu/packages/javascript.scm (js-highlight)[source]: Use 'git-fetch'.
* gnu: js-strftime: Don't use unstable tarball.Efraim Flashner2019-09-08
| | | | * gnu/packages/javascript.scm (js-strftime)[source]: Use 'git-fetch'.
* gnu: js-html5shiv: Don't use unstable tarball.Efraim Flashner2019-09-08
| | | | * gnu/packages/javascript.scm (js-html5shiv)[source]: Use 'git-fetch'.
* services: openntpd: Fix the config generation code.Maxim Cournoyer2019-09-08
| | | | | | | 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.
* services: openntpd: Add test for issue #3731.Maxim Cournoyer2019-09-08
| | | | | | | | | | | 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.
* services: openntpd: Remove useless let.Maxim Cournoyer2019-09-08
| | | | * gnu/services/networking.scm (openntpd-shepherd-service): Remove useless let.
* gnu: openntpd: Fix error CA errors when using constraints.Maxim Cournoyer2019-09-08
| | | | | | | | | | 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.
* services: ntp: Support different NTP server types and options.Maxim Cournoyer2019-09-08
| | | | | | | | | | | | | | | | | | | * 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.
* doc: Add index to find 'ntpd'.Maxim Cournoyer2019-09-08
| | | | * doc/guix.texi (Networking Services): Add @cindex to find 'ntpd'
* 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.
* doc: Fix verb conjugation.Matthew Kraai2019-09-08
| | | | | | * doc/guix.texi (Invoking guix pull): Change "run" to "ran". Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* 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>
* import: github: Fix incorrect no-release case.Ludovic Courtès2019-09-08
| | | | | | | | | | This is a followup to 81c3dc32244a17241d74eea9fa265edfcb326f6d. Since that commit, when /releases returned an empty JSON array, we would not fall back to /tags because of the incorrect match. * guix/import/github.scm (fetch-releases-or-tags): Match the empty vector instead of the empty list.
* 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.
* etc: Remove references to libexec/guix* from SELinux policy.Ludovic Courtès2019-09-08
| | | | * etc/guix-daemon.cil.in: Remove references to libexec/guix*.
* daemon: Remove 'NIX_LIBEXEC_DIR'.Ludovic Courtès2019-09-08
| | | | | | | | * nix/libstore/globals.hh (Settings)[nixLibexecDir]: Remove. * nix/libstore/globals.cc (Settings::processEnvironment): Remove reference to 'nixLibexecDir'. * nix/local.mk (libstore_a_CPPFLAGS): Remove -DNIX_LIBEXEC_DIR flag. * build-aux/pre-inst-env.in: Remove references to 'NIX_LIBEXEC_DIR'.
* daemon: Run 'guix substitute' directly and assume a single substituter.Ludovic Courtès2019-09-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The daemon had a mechanism that allows it to handle a list of substituters and try them sequentially; this removes it. * nix/scripts/substitute.in: Remove. * nix/local.mk (nodist_pkglibexec_SCRIPTS): Remove. * config-daemon.ac: Don't output 'nix/scripts/substitute'. * nix/libstore/build.cc (SubstitutionGoal)[subs, sub, hasSubstitute]: Remove. [tryNext]: Make private. (SubstitutionGoal::SubstitutionGoal, SubstitutionGoal::init): Remove now unneeded initializers. (SubstitutionGoal::tryNext): Adjust to assume a single substituter: call 'amDone' upfront when we couldn't find substitutes. (SubstitutionGoal::tryToRun): Adjust to run 'guix substitute' via 'settings.guixProgram'. (SubstitutionGoal::finished): Call 'amDone(ecFailed)' upon failure instead of setting 'state' to 'tryNext'. * nix/libstore/globals.hh (Settings)[substituters]: Remove. * nix/libstore/local-store.cc (LocalStore::~LocalStore): Adjust to handle a single substituter. (LocalStore::startSubstituter): Remove 'path' parameter. Adjust to invoke 'settings.guixProgram'. Don't refer to 'run.program', which no longer exists. (LocalStore::querySubstitutablePaths): Adjust for 'runningSubstituters' being a singleton instead of a list. (LocalStore::querySubstitutablePathInfos): Likewise, and remove 'substituter' parameter. * nix/libstore/local-store.hh (RunningSubstituter)[program]: Remove. (LocalStore)[runningSubstituters]: Remove. [runningSubstituter]: New field. [querySubstitutablePathInfos]: Remove 'substituter' parameter. [startSubstituter]: Remove 'substituter' parameter. * nix/nix-daemon/guix-daemon.cc (main): Remove references to 'settings.substituters'. * nix/nix-daemon/nix-daemon.cc (performOp): Ignore the user's "build-use-substitutes" value when 'settings.useSubstitutes' is false.
* daemon: Run 'guix offload' directly.Ludovic Courtès2019-09-08
| | | | | | | | | | | | | | | * nix/scripts/offload.in: Remove. * nix/local.mk (nodist_pkglibexec_SCRIPTS) [BUILD_DAEMON_OFFLOAD]: Remove 'scripts/offload'. * config-daemon.ac: Don't output 'nix/scripts/offload'. * build-aux/pre-inst-env.in: Don't set 'NIX_BUILD_HOOK'. * nix/libstore/build.cc (HookInstance::HookInstance): Run 'guix offload'. (DerivationGoal::tryBuildHook): Remove reference to 'NIX_BUILD_HOOK'. * nix/nix-daemon/guix-daemon.cc (main) [HAVE_DAEMON_OFFLOAD_HOOK]: Don't set 'NIX_BUILD_HOOK'. * nix/nix-daemon/nix-daemon.cc (performOp) [!HAVE_DAEMON_OFFLOAD_HOOK]: Leave 'settings.useBuildHook' unchanged.
* daemon: Run 'guix perform-download' directly.Ludovic Courtès2019-09-08
| | | | | | | | * nix/scripts/download.in: Remove. * nix/local.mk (nodist_pkglibexec_SCRIPTS): Remove 'scripts/download'. * config-daemon.ac: Don't output 'nix/scripts/download'. * nix/libstore/builtins.cc (builtinDownload): Invoke 'guix perform-download' directly.
* daemon: Run 'guix authenticate' directly.Ludovic Courtès2019-09-08
| | | | | | | | | * nix/scripts/authenticate.in: Remove. * nix/local.mk (nodist_pkglibexec_SCRIPTS): Remove scripts/authenticate. * config-daemon.ac: Don't output 'nix/scripts/authenticate'. * nix/libstore/local-store.cc (runAuthenticationProgram): Run 'guix authenticate'.