Age | Commit message (Collapse) | Author |
|
This is a followup to commit 2a8b89c27fe80a438ad95becb5da8ed4191d6cd4.
* gnu/packages/gl.scm (mesa)[arguments]: Fix typo (galluim -> gallium).
|
|
* gnu/packages/gl.scm (libepoxy)[arguments]: Add substitution to support
aarch64.
|
|
* gnu/packages/gl.scm (libepoxy): Update to 1.4.1.
[home-page]: Use https.
|
|
The typo caused the configure phase to fail like this:
"configure: error: classic DRI driver '915' does not exist"
This is a followup to commit c5e91014a2859b7e5c226c411fb14d19bb008a8a.
* gnu/packages/gl.scm (mesa)[arguments]: Fix typo in #:configure-flags.
|
|
|
|
* gnu/packages/audio.scm (jack-2)[arguments]: Add phase "patch-fast_rand" to
apply upstream fixes.
|
|
Building with libxfont2 leads to an error in the configure phase:
"No package 'xfont' found"
This reverts commit 2060b4d95f182a09cbdf925675f53a8043e29b01.
|
|
* 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.
|
|
* gnu/packages/gnuzilla.scm (nss): Update to 3.29.3.
* gnu/packages/certs.scm (nss-certs): Update to 3.29.3.
|
|
* gnu/packages/patches/nss-increase-test-timeout.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnuzilla.scm (nss)[source]: Use it.
|
|
This reverts commit adb984d23c003d5d48ada47bf5ad8105a3b8e412.
|
|
* gnu/packages/gnuzilla.scm (nss)[arguments]: Use 'modify-phases'.
|
|
|
|
Temporary revert to fix messy merge conflict!
This reverts commit 568004c3c9a87b95d4e19a3187f336a20d33440a.
|
|
* 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/qemu.scm (qemu-minimal)[arguments]: Add 'aarch64-softmmu'
to the target list.
|
|
* 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.
|