summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: emacs-slime: Update to 2.23.Pierre Neidhardt2019-02-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-slime): Update to 2.23.
* gnu: certbot, python-acme: Update to 0.30.2.Leo Famulari2019-02-01
| | | | * gnu/packages/tls.scm (certbot, python-acme): Update to 0.30.2.
* gnu: linux-libre: Update to 4.20.6.Mark H Weaver2019-01-31
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.6. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.19.Mark H Weaver2019-01-31
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.19. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.97.Mark H Weaver2019-01-31
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.97. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.154.Mark H Weaver2019-01-31
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.154.
* gnu: imb: Update to 2019.1.Eric Bavier2019-01-31
| | | | | | | * gnu/packages/benchmark.scm (imb)[source]: Update to 2019.1. Use git-download. [arguments]: Adjust build and install phases for new source organization. Let the standard 'install-license-files' phase do its thing.
* gnu: r-rmpi: Setup MPI for tests.Eric Bavier2019-01-31
| | | | * gnu/packages/cran.scm (r-rmpi)[arguments]: Add 'mpi-setup phase.
* gnu: fftw-openmpi: Setup MPI for tests.Eric Bavier2019-01-31
| | | | * gnu/packages/algebra.scm (fftw-openmpi)[arguments]: Add 'mpi-setup phase.
* gnu: Add xclock.Yoshinori Arai2019-01-31
| | | | | | * gnu/packages/xorg.scm (xclock): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-isrcsubmit.Gabriel Hondet2019-01-31
| | | | | | * gnu/packages/music.scm (python-isrcsubmit): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-discid.Gabriel Hondet2019-01-31
| | | | | | * gnu/packages/music.scm (python-discid): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: lookingglass: Download from git.Marius Bakke2019-01-31
| | | | * gnu/packages/virtualization.scm (lookingglass)[source]: Change to GIT-FETCH.
* gnu: hwloc: Update to 2.0.3.Marius Bakke2019-01-31
| | | | * gnu/packages/mpi.scm (hwloc-2.0): Update to 2.0.3.
* gnu: hwloc@1: Update to 1.11.12.Marius Bakke2019-01-31
| | | | * gnu/packages/mpi.scm (hwloc): Update to 1.11.12.
* gnu: VTK: Update to 8.2.0.Marius Bakke2019-01-31
| | | | * gnu/packages/image-processing.scm (vtk): Update to 8.2.0.
* gnu: VTK: Use HTTPS URLs.Marius Bakke2019-01-31
| | | | * gnu/packages/image-processing.scm (vtk)[source, home-page]: Use HTTPS.
* gnu: whois: Update to 5.4.1.Marius Bakke2019-01-31
| | | | * gnu/packages/networking.scm (whois): Update to 5.4.1.
* gnu: json-modern-cxx: Fetch from git.Marius Bakke2019-01-31
| | | | | * gnu/packages/cpp.scm (json-modern-cxx)[source]: Use GIT-FETCH. [source](snippet): End on #t.
* gnu: httpd: Update to 2.4.38.Marius Bakke2019-01-31
| | | | * gnu/packages/web.scm (httpd): Update to 2.4.38.
* gnu: libwebp: Update to 1.0.2.Marius Bakke2019-01-31
| | | | * gnu/packages/image.scm (libwebp): Update to 1.0.2.
* gnu: p11-kit: Update to 0.23.15.Marius Bakke2019-01-31
| | | | | | | * gnu/packages/patches/p11-kit-jks-timestamps.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/tls.scm (p11-kit): Update to 0.23.15. [source](patches): New field.
* gnu: i3-wm: Update to 4.16.1.Marius Bakke2019-01-31
| | | | * gnu/packages/wm.scm (i3-wm): Update to 4.16.1.
* gnu: msmtp: Update to 1.8.2.Marius Bakke2019-01-31
| | | | * gnu/packages/mail.scm (msmtp): Update to 1.8.2.
* gnu: tcc: Fix building on armhf-linux.Efraim Flashner2019-01-31
| | | | | * gnu/packages/c.scm (tcc)[arguments]: Add 'configure-flag to set the triplet when building for armhf-linux.
* gnu: tcc: Mark aarch64-linux as supported.Efraim Flashner2019-01-31
| | | | * gnu/packages/c.scm (tcc)[supported-systems]: Remove aarch64.
* gnu: Remove xboing.Ricardo Wurmus2019-01-31
| | | | * gnu/packages/games.scm (xboing): Remove variable.
* gnu: guile-hall: Wrap with guile-config.Ricardo Wurmus2019-01-31
| | | | | * gnu/packages/guile-xyz.scm (guile-hall)[arguments]: Extend "hall-wrap-binaries" phase to include guile-config in the load path.
* gnu: Add python-cypari2 and python2-cypari2.Andreas Enge2019-01-31
| | | | | * gnu/packages/sagemath.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register new module.
* gnu: QEMU: Fix CVE-2018-16872 and CVE-2019-6778.Leo Famulari2019-01-31
| | | | | | | * gnu/packages/patches/qemu-CVE-2018-16872.patch, gnu/packages/patches/qemu-CVE-2019-6778.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/virtualization.scm (qemu)[source]: Use them.
* gnu: rss-bridge: Update to 2019-01-13.Arun Isaac2019-01-31
| | | | | | * gnu/packages/web.scm (rss-bridge): Update to 2019-01-13. [source]: Use git-fetch. [native-inputs]: Remove gzip and tar.
* gnu: scdoc: Update to 1.8.1.Rutger Helling2019-01-31
| | | | * gnu/packages/man.scm (scdoc): Update to 1.8.1.
* gnu: mame: Update to 0.206.Nicolas Goaziou2019-01-30
| | | | * gnu/packages/emulators.scm (mame): Update to 0.206.
* gnu: Add lhasa.Kei Kebreau2019-01-30
| | | | | | * gnu/packages/compression.scm (lhasa): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: star: Update to 2.7.0a.Ricardo Wurmus2019-01-30
| | | | * gnu/packages/bioinformatics.scm (star): Update to 2.7.0a.
* gnu: icecat: Update to 60.5.0-guix1 [security-fixes].Mark H Weaver2019-01-29
| | | | | | | | | | | Includes fixes for CVE-2018-18500, CVE-2018-18501, and CVE-2018-18505. * gnu/packages/gnuzilla.scm (icecat): Update to 60.5.0-guix1. [version]: Use %icecat-version. [source]: Inherit from 'icecat-source'. Remove obsolete patches. * gnu/packages/patches/icecat-avoid-bundled-libraries.patch, gnu/packages/patches/icecat-use-system-graphite2+harfbuzz.patch, gnu/packages/patches/icecat-use-system-media-libs.patch: Adapt to 60.5.0.
* gnu: icecat: Add icecat-source.Mark H Weaver2019-01-29
| | | | | | | * gnu/packages/gnuzilla.scm (computed-origin-method): New variable. (%icecat-version, icecat-source): New variables. * gnu/packages/patches/icecat-makeicecat.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: clang-runtime@3.5: Fix compilation on glibc 2.28.Ludovic Courtès2019-01-29
| | | | | | | Reported by zimoun <zimon.toutoune@gmail.com>. * gnu/packages/llvm.scm (clang-runtime-3.5): Add "clang-3.5-libsanitizer-ustat-fix.patch".
* gnu: guile-commonmark: Update to 0.1.2.Ludovic Courtès2019-01-29
| | | | | * gnu/packages/guile-xyz.scm (guile-commonmark): Update to 0.1.2. [source](modules, snippet): Remove.
* gnu: guile-git: Update to 0.2.0.Ludovic Courtès2019-01-29
| | | | * gnu/packages/guile.scm (guile-git): Update to 0.2.0.
* gnu: Mutt: Update to 1.11.2.Leo Famulari2019-01-29
| | | | * gnu/packages/mail.scm (mutt): Update to 1.11.2.
* gnu: Add texlive-latex-beamer.Ricardo Wurmus2019-01-29
| | | | * gnu/packages/tex.scm (texlive-latex-beamer): New variable.
* gnu: texlive-latex-seminar: Copy files to output.Ricardo Wurmus2019-01-29
| | | | | | * gnu/packages/tex.scm (texlive-latex-seminar)[build-system]: Use trivial-build-system. [arguments]: Copy files to output.
* pull: Default to verbosity level 1.Ludovic Courtès2019-01-29
| | | | * guix/scripts/pull.scm (%default-options): Change 'verbosity to 1.
* self: Produce progress reports compatible with (guix status).Ludovic Courtès2019-01-29
| | | | | | * guix/self.scm (compiled-modules)[build](report-load) (report-compilation): Write "[M/N]" progress reports. Use line-buffering.
* status: Print a progress bar for on-going builds when possible.Ludovic Courtès2019-01-29
| | | | | | | | * guix/status.scm (print-build-event)[report-build-progress]: New procedure. [print-log-line]: Add ID parameter. Call 'report-build-progress' when appropriate. Adjust callers.
* status: Keep track of build completion as reported by build tools.Ludovic Courtès2019-01-29
| | | | | | | | | * guix/status.scm (<build>)[completion]: New field. (build): Add #:completion parameter. (%percentage-line-rx, %fraction-line-rx): New variables. (update-build): New procedure. (compute-status): Add 'build-log' case. * tests/status.scm ("compute-status, build completion"): New test.
* status: Record more information about builds.Ludovic Courtès2019-01-29
| | | | | | | | | | | | | | | * guix/status.scm (<build>): New record type. (build, matching-build): New procedures. (compute-status): Adjust to manipulate <build> records instead of derivation file names in 'build-status-builds-completed' and 'build-status-building'. (build-event-output-port)[process-line]: Use 'string-split' to preserve spaces. * tests/status.scm ("compute-status, builds + substitutes") ("compute-status, missing events"): Adjust to expect <build> records. Produce complete "build-started" events. ("compute-status, multiplexed build output"): Likewise, and remove "bar.drv" from 'builds-completed'.
* channels: Do not offload package cache derivation.Ludovic Courtès2019-01-29
| | | | | * guix/channels.scm (package-cache-file): Pass #:local-build? to 'gexp->derivation-in-inferior'.
* gnu: clojure: Update to 1.10.0.Mathieu Lirzin2019-01-29
| | | | | * gnu/packages/clojure.scm (clojure): Update to 1.10.0. [source]: Use 'git-fetch'.