aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * utils: Move base16 procedures to (guix base16).•••* guix/utils.scm (bytevector->base16-string, base16-string->bytevector): Move to... * guix/base16.scm: ... here. New file. * tests/utils.scm ("bytevector->base16-string->bytevector"): Move to... * tests/base16.scm: ... here. New file. * Makefile.am (MODULES): Add guix/base16.scm. (SCM_TESTS): Add tests/base16.scm. * build-aux/download.scm, guix/derivations.scm, guix/docker.scm, guix/import/snix.scm, guix/pk-crypto.scm, guix/scripts/authenticate.scm, guix/scripts/download.scm, guix/scripts/hash.scm, guix/store.scm, tests/hash.scm, tests/pk-crypto.scm: Adjust imports accordingly. Ludovic Courtès2017-03-16
| * gnu: password-store: Fix compatibility with GnuPG 2.1.19.•••* gnu/packages/patches/password-store-gnupg-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/password-utils.scm (password-store)[source]: Use it. Signed-off-by: Clément Lassieur <clement@lassieur.org> Clément Lassieur2017-03-16
| * gnu: Add r-seurat.•••* gnu/packages/bioinformatics.scm (r-seurat): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Raoul Jean Pierre Bonnal2017-03-16
| * gnu: sra-tools: Update to 2.8.2-1.•••* gnu/packages/bioinformatics.scm (sra-tools): Update to 2.8.2-1. [arguments]: Add DEFAULT_CRT and DEFAULT_KFG to make flags. Ricardo Wurmus2017-03-16
| * gnu: ncbi-vdb: Install configuration files.•••* gnu/packages/bioinformatics.scm (ncbi-vdb)[arguments]: Add phase "install-configuration-files". Ricardo Wurmus2017-03-16
| * gnu: ncbi-vdb: Override search path for java-ngs.•••* 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". Ricardo Wurmus2017-03-16
| * gnu: ncbi-vdb: Use modify-phases syntax.•••* gnu/packages/bioinformatics.scm (ncbi-vdb)[arguments]: Use modify-phases syntax. Ricardo Wurmus2017-03-16
| * gnu: ncbi-vdb: Update to 2.8.2.•••* gnu/packages/bioinformatics.scm (ncbi-vdb): Update to 2.8.2. Ricardo Wurmus2017-03-16
| * gnu: ngs-sdk: Update to 1.3.0.•••* gnu/packages/bioinformatics.scm (ngs-sdk): Update to 1.3.0. Ricardo Wurmus2017-03-16
* | gnu: librep: Update to 0.92.6.•••* gnu/packages/sawfish.scm (librep): Update to 0.92.6. [arguments]: New field. [native-inputs]: Add AUTOCONF-WRAPPER, AUTOMAKE, and LIBTOOL. Ludovic Courtès2017-03-19
* | gnu: lsh: Use libc's argp instead of the bundled one.•••* gnu/packages/ssh.scm (lsh)[arguments] <#:configure-flags>: Add --with-system-argp and CPPFLAGS=-DHAVE_ARGP_PARSE. <#:phases>: In 'pre-configure' phase, modify src/Makefile.in. Ludovic Courtès2017-03-19
* | gnu: python-minimal@2: Add dependencies on libffi and zlib.•••* gnu/packages/python.scm (python2-minimal)[inputs]: Add LIBFFI and ZLIB. [arguments]: Remove. Ludovic Courtès2017-03-19
* | gnu: elogind: Build with gperf 3.0.•••* gnu/packages/gperf.scm (gperf-3.0): New variable. * gnu/packages/freedesktop.scm (elogind)[native-inputs]: Use GPERF-3.0 instead of GPERF. Ludovic Courtès2017-03-19
* | gnu: graphite2: Fix test failure caused by rounding error on 32-bit CPUs.•••* gnu/packages/patches/graphite2-ffloat-store.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/fontutils.scm (graphite2): Use it. Leo Famulari2017-03-19
* | gnu: mesa: Fix another typo.•••This is a followup to commit 2a8b89c27fe80a438ad95becb5da8ed4191d6cd4. * gnu/packages/gl.scm (mesa)[arguments]: Fix typo (galluim -> gallium). Mark H Weaver2017-03-19
* | gnu: libepoxy: Add support for aarch64.•••* gnu/packages/gl.scm (libepoxy)[arguments]: Add substitution to support aarch64. Efraim Flashner2017-03-19
* | gnu: libepoxy: Update to 1.4.1.•••* gnu/packages/gl.scm (libepoxy): Update to 1.4.1. [home-page]: Use https. Efraim Flashner2017-03-19
* | gnu: mesa: Fix typo.•••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. Leo Famulari2017-03-16
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-16
|\|
| * gnu: Add pzstd.•••* gnu/packages/compression.scm (pzstd): New variable. Tobias Geerinckx-Rice2017-03-16
| * gnu: Add zstd.•••* gnu/packages/compression.scm (zstd): New variable. Tobias Geerinckx-Rice2017-03-16
| * gnu: python-publicsuffix2: Update to 2.20160818.•••* gnu/packages/python.scm (python-publicsuffix2): Update to 2.20160818. Tobias Geerinckx-Rice2017-03-16
| * gnu: awscli: Update to 1.11.63.•••* gnu/packages/python.scm (awscli): Update to 1.11.63. Tobias Geerinckx-Rice2017-03-16
| * gnu: python-botocore: Update to 1.5.26.•••* gnu/packages/python.scm (python-botocore): Update to 1.5.26. Tobias Geerinckx-Rice2017-03-16
| * gnu: python-ptyprocess: Update to 0.5.1.•••* gnu/packages/python.scm (python-ptyprocess): Update to 0.5.1. Tobias Geerinckx-Rice2017-03-16
| * gnu: Add prboom-plus.•••* gnu/packages/games.scm (prboom-plus): New variable. Kei Kebreau2017-03-15
| * gnu: Add tftp-hpa.•••* gnu/packages/networking.scm (tftp-hpa): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Gábor Boskovits2017-03-15
| * gnu: guile-next: Update to 2.2.0.•••* gnu/packages/guile.scm (guile-next): Update to 2.2.0. Andy Wingo2017-03-15
| * gnu: profanity: Make the source URL version-agnostic.•••* gnu/packages/messaging.scm (profanity)[source]: Use (version) in the source URL. Leo Famulari2017-03-15
| * gnu: units: Update to 2.14.•••* gnu/packages/maths.scm (units): Update to 2.14. Tobias Geerinckx-Rice2017-03-15
| * gnu: no-more-secrets: Update to 0.3.2.•••* gnu/packages/games.scm (no-more-secrets): Update to 0.3.2. Tobias Geerinckx-Rice2017-03-15
| * gnu: mailutils: Update to 3.2.•••* gnu/packages/mail.scm (mailutils): Update to 3.2. Tobias Geerinckx-Rice2017-03-15
| * gnu: Use INSTALL-FILE where appropriate.•••* 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. Tobias Geerinckx-Rice2017-03-15
| * gnu: cryptsetup: Update to 1.7.4.•••* gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.4. Tobias Geerinckx-Rice2017-03-15
| * gnu: man-pages: Update to 4.10.•••* gnu/packages/man.scm (man-pages): Update to 4.10. [home-page]: Use HTTPS. Tobias Geerinckx-Rice2017-03-15
| * gnu: Add profanity.•••* gnu/packages/messaging.scm (profanity): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Mekeor Melire2017-03-15
| * gnu: Add libstrophe.•••* gnu/packages/messaging.scm (libstrophe): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Mekeor Melire2017-03-15
| * gnu: Add libmesode.•••* gnu/packages/messaging.scm (libmesode): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Mekeor Melire2017-03-15
| * gnu: bitcoin-core: Update to 0.14.0.•••* gnu/packages/finance.scm (bitcoin-core): Update to 0.14.0. Leo Famulari2017-03-15
* | gnu: jack-2: Fix build by patching fast_rand.•••* gnu/packages/audio.scm (jack-2)[arguments]: Add phase "patch-fast_rand" to apply upstream fixes. Ricardo Wurmus2017-03-16
* | Revert "gnu: bdftopcf: Use libxfont2."•••Building with libxfont2 leads to an error in the configure phase: "No package 'xfont' found" This reverts commit 2060b4d95f182a09cbdf925675f53a8043e29b01. Leo Famulari2017-03-16
* | gnu: nss, nss-certs: Update to 3.29.3.•••* gnu/packages/gnuzilla.scm (nss): Update to 3.29.3. * gnu/packages/certs.scm (nss-certs): Update to 3.29.3. Marius Bakke2017-03-15
* | gnu: nss: Increase test timeouts.•••* 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. Marius Bakke2017-03-15
* | Revert "Revert "gnu: nss: Build for aarch64-linux with 64-bit support.""•••This reverts commit adb984d23c003d5d48ada47bf5ad8105a3b8e412. Marius Bakke2017-03-15
* | gnu: nss: Use 'modify-phases' syntax.•••* gnu/packages/gnuzilla.scm (nss)[arguments]: Use 'modify-phases'. Marius Bakke2017-03-15
* | Merge branch 'master' into core-updatesMarius Bakke2017-03-15
|\|
| * build: Prefer Guile 2.2 over 2.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. Ludovic Courtès2017-03-15
| * tests: Expect less accurate location info in 2.2.0.•••* tests/guix-system.sh: Work around inaccurate location info in 2.2.0. Ludovic Courtès2017-03-15
| * store: Adjust UTF-8 test to Guile 2.2.•••* tests/store.scm ("current-build-output-port, UTF-8 + garbage"): On Guile 2.2, expect REPLACEMENT CHARACTER instead of '?'. Ludovic Courtès2017-03-15
| * syscalls: Adjust 'clone' to Guile 2.2.•••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'. Ludovic Courtès2017-03-15