| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
* gnu/packages/python-web.scm (python-sockjs-tornado)[synopsis]
[description]: Pick nits.
|
|
|
|
|
|
| |
* gnu/packages/ldc.scm: Rename to...
* gnu/packages/dlang.scm: ... this.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/ldc.scm (ldc): Update to 1.10.0.
[native-inputs]: Switch to LLVM and CLANG.
(ldc-bootstrap)[synopsis, description]: Tweak.
* gnu/packages/patches/ldc-disable-phobos-tests.patch: New file.
* gnu/packages/patches/ldc-1.7.0-disable-phobos-tests.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
| |
* gnu/packages/shellutils.scm (hstr): New variable.
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/32669>.
Reported by Ricardo Wurmus <rekado@elephly.net>.
* guix/scripts/substitute.scm (guix-substitute): Swallow 'system-error'
exceptions around 'set-thread-name' call.
|
|
|
|
|
| |
* guix/build/syscalls.scm (syscall->procedure): Throw to 'system-error
with ENOSYS when NAME cannot be found.
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-guix): Update to 0.5.
[propagated-inputs]: Add 'guile-gcrypt'.
[arguments]: Adjust #:configure-flags accordingly.
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-build-farm): Update to 0.2.1.
Change source from gitlab to notabug.
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-bui): Update to 1.2.0.
Change source from github to notabug.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (python-pygenometracks): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (python-hicexplorer): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (python-cooler): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (python-pyfaidx): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (python-pypairix): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (python-intervaltree): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-dask): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-partd): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-blosc): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-locket): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-cloudpickle): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-sortedcontainers): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-cytoolz): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-toolz): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-multiprocess): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-dill): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-typing): Update to 3.6.6.
|
|
|
|
|
| |
* gnu/packages/web.scm (tinyproxy): Update to 1.10.0.
[native-inputs]: Remove asciidoc.
|
|
|
|
|
| |
* gnu/packages/wm.scm (spectrwm): Update to 3.2.0.
[arguments]: Remove 'fix-freetype-include' phase.
|
|
|
|
|
|
| |
* gnu/packages/gtk.scm (yad): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
| |
* gnu/packages/web.scm (hpcguix-web): Update to 53e09ea.
|
|
|
|
|
|
|
| |
* gnu/services/web.scm (%hpcguix-web-log-file)
(%hpcguix-web-log-rotations): New variables.
(hpcguix-web-shepherd-service): Pass #:log-file.
(hpcguix-web-service-type): Extend ROTTLOG-SERVICE-TYPE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows (gnu services admin) to remain deeper in the module graph
and to be used by (gnu services web).
* gnu/services/admin.scm (<tailon-configuration-file>)
(tailon-configuration-files-string)
(tailon-configuration-file-compiler, <tailon-configuration>)
(tailon-shepherd-service, %tailon-accounts)
(tailon-service-type): Move to...
* gnu/services/web.scm: ... here.
* gnu/tests/admin.scm: Remove. Move test to...
* gnu/tests/web.scm (%tailon-os)
(run-tailon-test, %test-tailon): ... here.
|
|
|
|
| |
* gnu/packages/video.scm (youtube-dl): Update to 2018.08.04.
|
|
|
|
| |
* gnu/packages/crypto.scm (asignify): New variable.
|
|
|
|
|
|
|
| |
* gnu/packages/tls.scm (python-acme): Update to 0.27.1.
[arguments]: Use invoke.
(certbot): Update to 0.27.1.
[native-inputs]: Use python-sphinx-1.6.
|
|
|
|
|
|
|
| |
* gnu/packages/patches/gd-CVE-2018-1000222.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gd.scm (gd/fixed): New variable.
* gnu/packages/php.scm (gd-for-php)[source]: Use 'gd-CVE-2018-1000222.patch'.
|
|
|
|
|
|
|
|
|
| |
* guix/ui.scm (build-output-port): New procedure.
* guix/scripts/package.scm (%default-options): Print build trace.
(guix-package): Use build-output-port.
* guix/scripts/build.scm (guix-build): Use build-output-port.
Co-authored-by: Sahithi Yarlagadda <sahi@swecha.net>
|
|
|
|
|
|
|
| |
* guix/ui.scm (ansi-color-tables): New variable.
(color, colorize-string): New procedures.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
| |
* gnu/packages/statistics.scm (r-chron): Update to 2.3-53.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (r-annotationhub): Update to 2.12.1.
|
|
|
|
| |
* gnu/packages/bioconductor.scm (r-chippeakanno): Update to 3.14.2.
|
|
|
|
| |
* gnu/packages/tex.scm (texmaker): Update to 5.0.2.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The following CVEs are fixed with this release: CVE-2018-15908,
CVE-2018-15909, CVE-2018-15910, CVE-2018-15911, CVE-2018-16509,
CVE-2018-16510, CVE-2018-16511, CVE-2018-16513, CVE-2018-16539,
CVE-2018-16540, CVE-2018-16541, CVE-2018-16542, CVE-2018-16543.
* gnu/packages/patches/ghostscript-CVE-2018-10194.patch: Delete file.
* gnu/packages/patches/ghostscript-CVE-2018-16509.patch,
gnu/packages/patches/ghostscript-bug-699708.patch: New files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/ghostscript.scm (ghostscript/fixed): Update to 9.24.
[source](patches): Remove 'ghostscript-CVE-2018-10194.patch' and
'ghostscript-runpath.patch'. Add 'ghostscript-CVE-2018-16509.patch' and
'ghostscript-bug-699708.patch'.
[arguments]: Add LDFLAGS to #:configure-flags, and a phase to create output
directory.
|
|
|
|
|
| |
* gnu/packages/image.scm (jbig2dec-0.15): New public variable.
(jbig2dec)[replacement]: New field.
|
|
|
|
|
| |
* gnu/packages/maths.scm (openblas)[source](uri): Use the more stable
SourceForge mirror.
|
|
|
|
| |
* gnu/packages/audio.scm (openal): Update to 1.19.0.
|
|
|
|
| |
* gnu/packages/maths.scm (glm): Update to 0.9.9.1.
|
|
|
|
|
| |
* gnu/packages/mail.scm (msmtp)[inputs]: Remove LIBIDN, which is only required
when using OpenSSL (or GnuTLS sans IDN support).
|
|
|
|
| |
* gnu/packages/mail.scm (msmtp): Update to 1.8.0.
|
|
|
|
|
| |
* gnu/packages/gnome.scm (libsoup): Update to 2.64.0.
[inputs]: Add LIBPSL.
|