summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-03-19gnu: mesa: Fix another typo.Mark H Weaver
This is a followup to commit 2a8b89c27fe80a438ad95becb5da8ed4191d6cd4. * gnu/packages/gl.scm (mesa)[arguments]: Fix typo (galluim -> gallium).
2017-03-19gnu: libepoxy: Add support for aarch64.Efraim Flashner
* gnu/packages/gl.scm (libepoxy)[arguments]: Add substitution to support aarch64.
2017-03-19gnu: libepoxy: Update to 1.4.1.Efraim Flashner
* gnu/packages/gl.scm (libepoxy): Update to 1.4.1. [home-page]: Use https.
2017-03-16gnu: mesa: Fix typo.Leo Famulari
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.
2017-03-16Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2017-03-16gnu: jack-2: Fix build by patching fast_rand.Ricardo Wurmus
* gnu/packages/audio.scm (jack-2)[arguments]: Add phase "patch-fast_rand" to apply upstream fixes.
2017-03-16Revert "gnu: bdftopcf: Use libxfont2."Leo Famulari
Building with libxfont2 leads to an error in the configure phase: "No package 'xfont' found" This reverts commit 2060b4d95f182a09cbdf925675f53a8043e29b01.
2017-03-16gnu: Add pzstd.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (pzstd): New variable.
2017-03-16gnu: Add zstd.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (zstd): New variable.
2017-03-16gnu: python-publicsuffix2: Update to 2.20160818.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-publicsuffix2): Update to 2.20160818.
2017-03-16gnu: awscli: Update to 1.11.63.Tobias Geerinckx-Rice
* gnu/packages/python.scm (awscli): Update to 1.11.63.
2017-03-16gnu: python-botocore: Update to 1.5.26.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-botocore): Update to 1.5.26.
2017-03-16gnu: python-ptyprocess: Update to 0.5.1.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-ptyprocess): Update to 0.5.1.
2017-03-15gnu: Add prboom-plus.Kei Kebreau
* gnu/packages/games.scm (prboom-plus): New variable.
2017-03-15gnu: Add tftp-hpa.Gábor Boskovits
* gnu/packages/networking.scm (tftp-hpa): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-03-15gnu: guile-next: Update to 2.2.0.Andy Wingo
* gnu/packages/guile.scm (guile-next): Update to 2.2.0.
2017-03-15gnu: profanity: Make the source URL version-agnostic.Leo Famulari
* gnu/packages/messaging.scm (profanity)[source]: Use (version) in the source URL.
2017-03-15gnu: units: Update to 2.14.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (units): Update to 2.14.
2017-03-15gnu: no-more-secrets: Update to 0.3.2.Tobias Geerinckx-Rice
* gnu/packages/games.scm (no-more-secrets): Update to 0.3.2.
2017-03-15gnu: mailutils: Update to 3.2.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (mailutils): Update to 3.2.
2017-03-15gnu: Use INSTALL-FILE where appropriate.Tobias Geerinckx-Rice
* 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.
2017-03-15gnu: cryptsetup: Update to 1.7.4.Tobias Geerinckx-Rice
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.4.
2017-03-15gnu: man-pages: Update to 4.10.Tobias Geerinckx-Rice
* gnu/packages/man.scm (man-pages): Update to 4.10. [home-page]: Use HTTPS.
2017-03-15gnu: Add profanity.Mekeor Melire
* gnu/packages/messaging.scm (profanity): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-03-15gnu: Add libstrophe.Mekeor Melire
* gnu/packages/messaging.scm (libstrophe): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-03-15gnu: Add libmesode.Mekeor Melire
* gnu/packages/messaging.scm (libmesode): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-03-15gnu: bitcoin-core: Update to 0.14.0.Leo Famulari
* gnu/packages/finance.scm (bitcoin-core): Update to 0.14.0.
2017-03-15gnu: nss, nss-certs: Update to 3.29.3.Marius Bakke
* gnu/packages/gnuzilla.scm (nss): Update to 3.29.3. * gnu/packages/certs.scm (nss-certs): Update to 3.29.3.
2017-03-15gnu: nss: Increase test timeouts.Marius Bakke
* 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.
2017-03-15Revert "Revert "gnu: nss: Build for aarch64-linux with 64-bit support.""Marius Bakke
This reverts commit adb984d23c003d5d48ada47bf5ad8105a3b8e412.
2017-03-15gnu: nss: Use 'modify-phases' syntax.Marius Bakke
* gnu/packages/gnuzilla.scm (nss)[arguments]: Use 'modify-phases'.
2017-03-15Merge branch 'master' into core-updatesMarius Bakke
2017-03-15Revert "gnu: nss: Build for aarch64-linux with 64-bit support."Marius Bakke
Temporary revert to fix messy merge conflict! This reverts commit 568004c3c9a87b95d4e19a3187f336a20d33440a.
2017-03-15build: Prefer Guile 2.2 over 2.0.Ludovic Courtès
* 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.
2017-03-15tests: Expect less accurate location info in 2.2.0.Ludovic Courtès
* tests/guix-system.sh: Work around inaccurate location info in 2.2.0.
2017-03-15store: Adjust UTF-8 test to Guile 2.2.Ludovic Courtès
* tests/store.scm ("current-build-output-port, UTF-8 + garbage"): On Guile 2.2, expect REPLACEMENT CHARACTER instead of '?'.
2017-03-15syscalls: Adjust 'clone' to Guile 2.2.Ludovic Courtès
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'.
2017-03-15zlib: Don't rely on EBADF being ignored by 'fport_close'.Ludovic Courtès
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.
2017-03-15maint: Mention guix-patches@gnu.org in 'HACKING'.Ludovic Courtès
Fixes <http://bugs.gnu.org/25899>. * HACKING: Mention guix-patches@gnu.org.
2017-03-15gnu: mariadb: Update to 10.1.22 [fixes CVE-2017-3302 and CVE-2017-3313].Marius Bakke
* gnu/packages/databases.scm (mariadb): Update to 10.1.22.
2017-03-15gnu: qemu-minimal: Add aarch64 to target list.Efraim Flashner
* gnu/packages/qemu.scm (qemu-minimal)[arguments]: Add 'aarch64-softmmu' to the target list.
2017-03-15gnu: python-waf: Update to 1.9.8.Efraim Flashner
* gnu/packages/python.scm (python-waf, python2-waf): Update to 1.9.8. [home-page]: Use https.
2017-03-15gnu: direnv: Update to 2.11.3.Tobias Geerinckx-Rice
* gnu/packages/shellutils.scm (direnv): Update to 2.11.3.
2017-03-15gnu: conky: Update to 1.10.6.Tobias Geerinckx-Rice
* gnu/packages/conky.scm (conky): Update to 1.10.6.
2017-03-15gnu: obs: Update to 18.0.1.Tobias Geerinckx-Rice
* gnu/packages/video.scm (obs): Update to 18.0.1.
2017-03-15gnu: youtube-dl: Update to 2017.03.15.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.03.15.
2017-03-15gnu: stress-make: Fix description.Tobias Geerinckx-Rice
* gnu/packages/debug.scm (stress-make)[description]: Fix typo. Avoid ambiguous use of ‘in order’.
2017-03-15gnu: znc: Update to 1.6.5.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (znc): Update to 1.6.5.
2017-03-15gnu: grue-hunter: Correctly install documentation.Tobias Geerinckx-Rice
* gnu/packages/games.scm (grue-hunter)[arguments]: Install and populate ‘/share/doc/grue-hunter’ as a directory, not a plain file.
2017-03-15gnu: samtools: End installation phases with truth.Tobias Geerinckx-Rice
* gnu/packages/bioinformatics.scm (samtools, samtools-0.1)[arguments]: Return #T instead of the undefined results of COPY-FILE or INSTALL-FILE.