Age | Commit message (Collapse) | Author |
|
* gnu/packages/bioinformatics.scm (r-seurat): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/bioinformatics.scm (sra-tools): Update to 2.8.2-1.
[arguments]: Add DEFAULT_CRT and DEFAULT_KFG to make flags.
|
|
* gnu/packages/bioinformatics.scm (ncbi-vdb)[arguments]: Add phase
"install-configuration-files".
|
|
* gnu/packages/bioinformatics.scm (ncbi-vdb)[arguments]: Patch "package.prl"
to ensure that java-ngs is found by the configure script; remove configure
flag "--with-ngs-java-prefix".
|
|
* gnu/packages/bioinformatics.scm (ncbi-vdb)[arguments]: Use modify-phases
syntax.
|
|
* gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.8.2.
|
|
* gnu/packages/bioinformatics.scm (ngs-sdk): Update to 1.3.0.
|
|
* gnu/packages/compression.scm (pzstd): New variable.
|
|
* gnu/packages/compression.scm (zstd): New variable.
|
|
* gnu/packages/python.scm (python-publicsuffix2): Update to 2.20160818.
|
|
* gnu/packages/python.scm (awscli): Update to 1.11.63.
|
|
* gnu/packages/python.scm (python-botocore): Update to 1.5.26.
|
|
* gnu/packages/python.scm (python-ptyprocess): Update to 0.5.1.
|
|
* gnu/packages/games.scm (prboom-plus): New variable.
|
|
* gnu/packages/networking.scm (tftp-hpa): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/guile.scm (guile-next): Update to 2.2.0.
|
|
* gnu/packages/messaging.scm (profanity)[source]: Use (version) in the source
URL.
|
|
* gnu/packages/maths.scm (units): Update to 2.14.
|
|
* gnu/packages/games.scm (no-more-secrets): Update to 0.3.2.
|
|
* gnu/packages/mail.scm (mailutils): Update to 3.2.
|
|
* gnu/packages/admin.scm (wpa-supplicant-minimal): Substitute the simpler
INSTALL-FILE for COPY-FILE when invoked with redundant arguments.
* gnu/packages/bioinformatics.scm (couger, aragorn, express-beta-diversity,
edirect, fasttree, rsem, samtools-0.1): Likewise.
* gnu/packages/code.scm (withershins): Likewise.
* gnu/packages/conky.scm (conky): Likewise.
* gnu/packages/debug.scm (delta, american-fuzzy-lop): Likewise.
* gnu/packages/emacs.scm (emacs-mit-scheme-doc): Likewise.
* gnu/packages/engineering.scm (librecad): Likewise.
|
|
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.4.
|
|
* gnu/packages/man.scm (man-pages): Update to 4.10.
[home-page]: Use HTTPS.
|
|
* gnu/packages/messaging.scm (profanity): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/messaging.scm (libstrophe): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/messaging.scm (libmesode): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/finance.scm (bitcoin-core): Update to 0.14.0.
|
|
* configure.ac: In 'GUILE_PKG', prefer 2.2 over 2.0. Remove warning
about 2.2 not being fully supported.
* doc/guix.texi (Requirements): Mention Guile 2.2.x.
|
|
* tests/guix-system.sh: Work around inaccurate location info in 2.2.0.
|
|
* tests/store.scm ("current-build-output-port, UTF-8 + garbage"): On
Guile 2.2, expect REPLACEMENT CHARACTER instead of '?'.
|
|
Before that, something like:
(call-with-container
(lambda ()
(match (primitive-fork)
…)))
would hang in 'primitive-fork' as the child process (the one started in
the container) would try to pthread_join the finalization thread in
'stop_finalization_thread' in libguile, not knowing that this thread is
nonexistent.
* guix/build/syscalls.scm (%set-automatic-finalization-enabled?!): New
procedure.
(without-automatic-finalization): New macro.
(clone): Wrap PROC call in 'without-automatic-finalization'.
|
|
In 2.2, 'fport_close' no longer swallows EBADF and instead raises a
'system-error' for this. This commit adjusts for 2.2.
* guix/zlib.scm (close-procedure): Remove.
(make-gzip-input-port): Use 'port->fdes' instead of 'fileno'.
Use 'gzclose' instead of 'close-procedure'.
(make-gzip-output-port): Likewise.
* tests/zlib.scm ("compression/decompression pipe"): Don't check whether
PARENT is closed using 'port-closed?'. Instead, use 'seek' on the
underlying FD and check for EBADF.
|
|
Fixes <http://bugs.gnu.org/25899>.
* HACKING: Mention guix-patches@gnu.org.
|
|
* gnu/packages/databases.scm (mariadb): Update to 10.1.22.
|
|
* gnu/packages/python.scm (python-waf, python2-waf): Update to 1.9.8.
[home-page]: Use https.
|
|
* gnu/packages/shellutils.scm (direnv): Update to 2.11.3.
|
|
* gnu/packages/conky.scm (conky): Update to 1.10.6.
|
|
* gnu/packages/video.scm (obs): Update to 18.0.1.
|
|
* gnu/packages/video.scm (youtube-dl): Update to 2017.03.15.
|
|
* gnu/packages/debug.scm (stress-make)[description]: Fix typo.
Avoid ambiguous use of ‘in order’.
|
|
* gnu/packages/messaging.scm (znc): Update to 1.6.5.
|
|
* gnu/packages/games.scm (grue-hunter)[arguments]: Install and populate
‘/share/doc/grue-hunter’ as a directory, not a plain file.
|
|
* gnu/packages/bioinformatics.scm (samtools, samtools-0.1)[arguments]:
Return #T instead of the undefined results of COPY-FILE or INSTALL-FILE.
|
|
See 'NEWS' and 'ChangeLog' in the source distribution for more
information about the security-related bug fixes.
* gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20170102.
|
|
This change embedded store references in the shebangs of scripts that
were meant to be copied out of the store. Those scripts would break when
the interpreters expected by the shebangs were garbage collected.
<https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25966#28>
This reverts commit d0c16adb190c7244ee3ef1329cba78a015ae5d10.
|
|
* guix/scripts/pack.scm (self-contained-tarball): Add #:tar option.
[build](tar-supports-sort?): New variable. Use it.
* tests/pack.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
|
|
* guix/scripts/pack.scm (<compressor>)[tar-option]: Remove.
[command]: New field.
(%compressors): Provide complete commands. Use '-9' or equivalent for
each compressor; use '-n' for gzip.
(self-contained-tarball)[build]: Adjust accordingly.
|
|
This reverts commit 87f1c7efc18f8996b0b2817a5f7b84eebe2ddf5a.
|
|
Hydra failed to build this version. See discussion at
https://lists.gnu.org/archive/html/guix-devel/2017-03/msg00408.html.
This reverts commit 4f3dcdd99ba13ab3bdbf1e014afcd076cd95fac7.
|
|
* gnu/packages/ocaml.scm (ocaml-ppx-typerep-conv): New variable.
|