| Commit message (Collapse) | Author | Age |
|\ |
|
| |
| |
| |
| | |
* gnu/packages/admin.scm (isc-dhcp): Update to 4.3.6-P1.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.45.
[inputs]: Remove go-github-com-xtaci-kcp-go,
go-github-com-ccding-go-stun, and go-github-com-xtaci-smux. Add
go-github-com-pkg-errors.
|
| |
| |
| |
| | |
* gnu/packages/syncthing.scm (go-github-com-templexxx-xor): Remove variable.
|
| |
| |
| |
| |
| | |
* gnu/packages/syncthing.scm (go-github-com-templexxx-cpufeat): Remove
variable.
|
| |
| |
| |
| | |
* gnu/packages/syncthing.scm (go-github-com-tjfoc-gmsm-sm4): Remove variable.
|
| |
| |
| |
| |
| | |
* gnu/packages/syncthing.scm (go-github-com-klauspost-reedsolomon): Remove
variable.
|
| |
| |
| |
| | |
* gnu/packages/syncthing.scm (go-github-com-klauspost-cpuid): Remove variable.
|
| |
| |
| |
| | |
* gnu/packages/syncthing.scm (go-github-com-ccding-go-stun): Remove variable.
|
| |
| |
| |
| | |
* gnu/packages/syncthing.scm (go-github-com-xtaci-kcp-go): Remove variable.
|
| |
| |
| |
| | |
* gnu/packages/syncthing.scm (go-github-com-xtaci-smux): Remove variable.
|
| |
| |
| |
| | |
* gnu/packages/regex.scm (re2): Update to 2018-03-01.
|
| |
| |
| |
| | |
* gnu/packages/image-viewers.scm (feh): Update to 2.25.
|
| |
| |
| |
| | |
* gnu/packages/xorg.scm (iceauth): Update to 1.0.8.
|
| |
| |
| |
| |
| |
| |
| | |
See <https://www.djangoproject.com/weblog/2018/mar/06/security-releases/> for
more information about the vulnerabilities.
* gnu/packages/django.scm (python-django): Update to 1.11.11.
|
| |
| |
| |
| | |
* gnu/packages/bioinformatics.scm (samtools): Update to 1.7.
|
| |
| |
| |
| |
| | |
* gnu/packages/bioinformatics.scm (htslib): Update to 1.7.
[arguments]: Remove field.
|
| |
| |
| |
| |
| | |
* gnu/packages/bioinformatics.scm (r-rhdf5)[arguments]: Remove timestamp and
host system information from settings file.
|
| |
| |
| |
| |
| | |
* gnu/packages/statistics.scm (r-lambda-r)[native-inputs]: Add r-runit.
[arguments]: Add build phase to delete test logs.
|
| |
| |
| |
| |
| | |
* gnu/packages/statistics.scm (r-gtools)[arguments]: Add build phase to avoid
running tempdir at build time.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Previously, if ~/.cache was not write-accessible, 'guix' would exit with
code 1 without printing any message. That was because the 'make-stack'
call would fail since the exception (a 'system-error) came from
'compile-file', which was called at a point where TAG wasn't installed
yet. Secondly, to mimick auto-compilation behavior, we just swallow
'system-error raised by 'compile-file'.
Reported by Clément Lassieur.
* guix/ui.scm (load*): Move 'compile-file' call in the dynamic extent of
TAG. Catch 'system-error around it and ignore it.
|
| |
| |
| |
| | |
* gnu/packages/emacs.scm (emacs-transmission): Update to 0.12.1.
|
| |
| |
| |
| |
| | |
* gnu/packages/emacs.scm (haskell-mode)[arguments]: Find only directories with
"\\.el$" in ‘el-dir’.
|
| |
| |
| |
| |
| | |
* gnu/packages/firmware.scm (ovmf): Replace 'invoke' with 'system*'. Add FIXME
about failing script.
|
| |
| |
| |
| |
| | |
* gnu/packages/java.scm (java-ops4j-pax-tinybundles)[arguments]<#:phases>:
Modify fix-version to use the distibution version of java-aqute-bndlib.
|
| |
| |
| |
| | |
* gnu/packages/perl.scm (perl-email-address): Update to 1.909.
|
| |
| |
| |
| | |
* gnu/packages/xml.scm (perl-sub-quote): Update to 2.005000.
|
| |
| |
| |
| | |
* gnu/packages/xml.scm (perl-xml-compile-cache): Update to 1.06.
|
| |
| |
| |
| | |
* gnu/packages/xml.scm (perl-xml-rss): Update to 1.60.
|
| |
| |
| |
| | |
* gnu/packages/xorg.scm (editres): Update to 1.0.7.
|
| |
| |
| |
| | |
* gnu/packages/search.scm (libtocc, tocc)[home-page]: Use HTTPS.
|
| |
| |
| |
| | |
* gnu/packages/web.scm (perl-io-socket-ip): Update to 0.39.
|
| |
| |
| |
| | |
* gnu/packages/web.scm (perl-www-mechanize): Update to 1.87.
|
| |
| |
| |
| | |
* gnu/packages/vpn.scm (openvpn)[description]: Use @dfn.
|
| |
| |
| |
| | |
* gnu/packages/vpn.scm (openvpn): Update to 2.4.5.
|
| |
| |
| |
| | |
* gnu/packages/profiling.scm (papi)[home-page]: Use HTTPS.
|
| |
| |
| |
| |
| | |
* gnu/packages/profiling.scm (papi)[arguments]: Install ‘documentation’
to a customary subdirectory of /share/doc.
|
| |
| |
| |
| | |
* gnu/packages/xorg.scm (xpra): Update to 2.2.5.
|
| |
| |
| |
| |
| |
| | |
Fixes <https://bugs.gnu.org/29226> for the most part.
* guix/ui.scm (load*): Add call to 'compile-file' on 2.2.3.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Suggested by Efraim Flashner <efraim@flashner.co.il>.
* config-daemon.ac: Set 'guix_substitute_urls' to berlin.guixsd.org on
aarch64.
|
| |
| |
| |
| | |
* config-daemon.ac: Remove GUILE_MODULE_AVAILABLE check for (gnutls).
|
| |
| |
| |
| |
| |
| |
| | |
Fixes <https://bugs.gnu.org/30655>.
Reported by Marco van Hulten <marco@hulten.org>.
* doc/guix.texi (Application Setup): Adjust 'xset +fp' example.
|
| |
| |
| |
| |
| | |
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.24.
(%linux-libre-4.14-hash): Update hash.
|
| |
| |
| |
| | |
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.86.
|
| |
| |
| |
| | |
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.120.
|
| |
| |
| |
| | |
* gnu/packages/emacs.scm (emacs-terraform-mode): New variable.
|
| |
| |
| |
| | |
* gnu/packages/emacs.scm (emacs-hcl-mode): New variable.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/ntp.scm (openntpd)[arguments]: Add 'configure-flags to
set openntpd daemon's user and localstatedir. Add a custom phase to not
try to create said directory at install time.
* gnu/services/networking.scm (<openntpd-configuration>): New record type.
(openntpd-shepherd-service, openntpd-service-activation): New procedures.
(openntpd-service-type): New variable.
* doc/guix.texi (Networking Services): Add openntpd documentation.
|
| |
| |
| |
| |
| | |
* gnu/packages/profiling.scm (papi)[arguments]: Substitute INVOKE for
SYSTEM*, end phases with #t, and don't explicitly install LICENSE.txt.
|