summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-30build: Remove check for broken (srfi srfi-37).Ludovic Courtès
This was for Guile < 2.0.9 and we've been requiring 2.0.9+ for some time already. * configure.ac: Remove 'GUIX_CHECK_SRFI_37' use and 'INSTALL_SRFI_37' conditional. * Makefile.am: Remove code in "if INSTALL_SRFI_37". (EXTRA_DIST): Remove srfi/srfi-37.scm.in. * srfi/srfi-37.scm.in: Remove. * m4/guix.m4 (GUIX_CHECK_SRFI_37): Remove.
2017-06-29gnu: poppler: Fix CVE-2017-{9775,9776}.Leo Famulari
* gnu/packages/pdf.scm (poppler)[replacement]: New field. (poppler-0.56.0): New variable. (poppler-qt4, poppler-qt5): Use 'package/inherit'.
2017-06-29gnu: thermald: Add file-name for source.Efraim Flashner
* gnu/packages/admin.scm (thermald)[source]: Add file-name field.
2017-06-29gnu: thermald: Only build on i686 and x86_64.Efraim Flashner
* gnu/packages/admin.scm (thermald)[supported-systems]: New field.
2017-06-29gnu: libgcrypt: Add mitigation for CVE-2017-7526.Efraim Flashner
* gnu/packages/gnupg.scm (libgcrypt)[replacment]: New field. (libgcrypt-1.7.8): New variable. (libgcrypt-1.5)[replacment]: New field.
2017-06-29gnu: mes: Update to 0.8.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.8.
2017-06-29gnu: Add mescc-tools.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools): New variable.
2017-06-29system: Add 'shadow' to %BASE-PACKAGES.Ludovic Courtès
Suggested by Göktuğ Kayaalp <self@gkayaalp.com>. * gnu/system.scm (%base-packages): Add SHADOW.
2017-06-29gnu: libxfce4ui: Do not propagate gtk+-2.Ricardo Wurmus
Propagation of both gtk+ and gtk+-2 causes a conflict to be detected, preventing the installation of xfce. * gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Move "gtk+-2"... [inputs]: ...to here. (garcon)[inputs]: Add "gtk+-2". (xfce4-appfinder)[inputs]: Add "gtk+-2". (xfce4-power-manager)[inputs]: Add "gtk+-2". (ristretto)[inputs]: Add "gtk+-2".
2017-06-29gnu: xfce: Build union instead of propagating inputs.Ricardo Wurmus
* gnu/packages/xfce.scm (xfce)[propagated-inputs]: Move all... [inputs]: ...here. [arguments]: Build a union.
2017-06-29gnu: clojure: Update "tools-reader-src" to 1.0.0.Alex Vong
* gnu/packages/java.scm (clojure)[inputs]: Update "tools-reader-src" to 1.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-29gnu: Add procenv.Dave Love
* gnu/packages/linux.scm (procenv): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-29gnu: ansible: Apply experimental patch to deal with wrapping of ansible script.Jelle Licht
See <http://lists.gnu.org/archive/html/bug-guix/2017-05/msg00015.html> for the rationale. * gnu/packages/patches/ansible-wrap-program-hack.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/admin.scm (ansible)[source]: Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-29gnu: node: Update to 8.1.2.Jelle Licht
* gnu/packages/node.scm (node): Update to 8.1.2. (node)[arguments]: Disabled more tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-29gnu: lapack: Install libraries to PREFIX/lib, not PREFIX/lib64.Ludovic Courtès
This fixes a regression introduced in ef39a17717a10a7f406730258acfdb07934c7255, which would break python-scipy ("undefined reference to `zungqr_'"). * gnu/packages/maths.scm (lapack)[arguments]: Add "-DCMAKE_INSTALL_LIBDIR" to #:configure-flags.
2017-06-29gnu: ovmf: Only build 32-bit firmware on i686-linux.Efraim Flashner
* gnu/packages/firmware.scm (ovmf)[arguments]: Only when the build machine is x86_64-linux should the 64-bit firmware be built and installed.
2017-06-29gnu: openh264: Fix building on armhf and aarch64.Efraim Flashner
* gnu/packages/video.scm (openh264)[arguments]: Add 'CC=gcc' to the #:make-flags.
2017-06-29gnu: r-spams: Update to 2.6-2017-03-22.Efraim Flashner
* gnu/packages/statistics.scm (r-spams): Update to 2.6-2017-03-22. [arguments]: Remove R-3.3 work-around and syntax fixes, add phase to prevent tuning r-spams to the compiling hardware.
2017-06-28gnu: wdiff: Remove unused screen input.Eric Bavier
* gnu/packages/wdiff.scm (wdiff): 'inputs' -> 'native-inputs'. [native-inputs]: Remove unused screen input. [arguments]: Use modify-phases.
2017-06-28gnu: screen: Update to 4.6.0.Eric Bavier
* gnu/packages/screen.scm (screen): Update to 4.6.0. [source]: Remove patch. * gnu/packages/patches/screen-fix-info-syntax-error.patch: Delete patch. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-06-28gnu: moe: Update to 1.9.Eric Bavier
* gnu/packages/moe.scm (moe): Update to 1.9.
2017-06-29gnu: emacs-ess: Use texlive-union instead of texlive.Ricardo Wurmus
* gnu/packages/emacs.scm (emacs-ess)[arguments]: Add phase "set-HOME". [native-inputs]: Replace texlive with a texlive-union.
2017-06-29gnu: Add texlive-tex-texinfo.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-tex-texinfo): New variable.
2017-06-29gnu: Add texlive-latex-hyperref.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-latex-hyperref): New variable.
2017-06-29gnu: texlive-latex-base: Install additional formats.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Additionally build and install tex.fmt, pdftex.fmt, pdfetex.fmt, and pdflatex.fmt.
2017-06-28gnu: mpg123: Update to 1.25.0.Leo Famulari
* gnu/packages/mp3.scm (mpg123): Update to 1.25.0.
2017-06-28gnu: snakemake: Fix cluster execution.Ricardo Wurmus
* gnu/packages/python.scm (snakemake)[arguments]: Add build phase "call-wrapper-not-wrapped-snakemake".
2017-06-28gnu: darktable: Limit supported platforms.Efraim Flashner
* gnu/packages/photo.scm (darktable)[supported-systems]: New field, explicitly limit to i686-linux, x86_64-linux and aarch64-linux.
2017-06-28gnu: xf86-video-intel: Use UXA accel method by default.Mark H Weaver
* gnu/packages/xorg.scm (xf86-video-intel)[arguments]: Add #:configure-flags with "--with-default-accel=uxa".
2017-06-28gnu: icecat: Add more fixes from upstream mozilla-esr52.Mark H Weaver
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository.
2017-06-28gnu: aria2: Update to 1.32.0.Efraim Flashner
* gnu/packages/bittorrent.scm (aria2): Update to 1.32.0.
2017-06-28gnu: translate-shell: Update to 0.9.6.4.Efraim Flashner
* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.4.
2017-06-28gnu: emacs-calfw: Fix typo in description.Ricardo Wurmus
* gnu/packages/emacs.scm (emacs-calfw)[description]: Fix typo.
2017-06-28gnu: texlive-latex-graphics: Update hash for graphics-def.Ricardo Wurmus
This is a follow-up commit to e3c970fc5c71b936279afee4fd24bc267f40549c. * gnu/packages/tex.scm (texlive-latex-graphics)[native-inputs]: Update hash for graphics-def.
2017-06-28gnu: Add texlive-latex-seminar.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-latex-seminar): New variable.
2017-06-28gnu: Add texlive-latex-natbib.Ricardo Wurmus
* gnu/packages/tex.scm (texlive-latex-natbib): New variable.
2017-06-28gnu: linux-libre@4.4: Update to 4.4.74.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.74. [source]: Remove patch.
2017-06-27gnu: python-xsge: Fix source URL.Kei Kebreau
* gnu/packages/game-development.scm (python-xsge)[source]: Fix URL.
2017-06-27gnu: kde-frameworks: Fix 'license' fields.Ludovic Courtès
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration)[license]: Turn into a list of <license> objects. (kdelibs4support)[license]: Likewise. (khtml)[license]: Likewise. (kjs)[license]: Likewise. (kross)[license]: Likewise.
2017-06-27gnu: emacs-which-key: Avoid leading "(" in description line.Arun Isaac
* gnu/packages/emacs.scm (emacs-which-key): Reformat description to avoid a line beginning with "(" because such lines break indentation in Emacs.
2017-06-26guix package: Allow '--rollback', after all.Ludovic Courtès
* guix/scripts/package.scm (%options): Add "rollback" as an alias for "roll-back".
2017-06-26guix package: 'guix package -r PKG -u' does not upgrade PKG.Ludovic Courtès
Fixes <http://bugs.gnu.org/27262>. Reported by Mark H Weaver <mhw@netris.org>. * guix/scripts/package.scm (transaction-upgrade-entry): Check if ENTRY matches 'manifest-transaction-removal-candidate?' and return TRANSACTION if it does. (process-actions): Move 'options->removable' from step 2 to step 1.
2017-06-26profiles: Add 'manifest-transaction-removal-candidate?'.Ludovic Courtès
* guix/profiles.scm (manifest-transaction-removal-candidate?): New procedure. * tests/profiles.scm ("manifest-transaction-removal-candidate?"): New test.
2017-06-26import cran: Generate a valid 'license' field for "GPL".Ludovic Courtès
Fixes <http://bugs.gnu.org/27294>. Reported by Joshua Sierles <joshua@joshua.si>. * guix/import/cran.scm (string->license) <"GPL">: Return a quoted list.
2017-06-26gnu: stellarium: Update to 0.16.0.Danny Milosavljevic
* gnu/packages/astronomy.scm (stellarium)[inputs]: Add qtlocation. [arguments]: Remove "patch-version-check" phase. Add "patch-tests" phase.
2017-06-26gnu: Add thc-ipv6.Leo Famulari
* gnu/packages/networking.scm (thc-ipv6): New variable.
2017-06-26gnu: Add quagga.Gábor Boskovits
* gnu/packages/networking.scm (quagga): New variable. * gnu/packages/patches/quagga-reproducible-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-26gnu: scotch: Build in 64-bit mode on 64-bit machines.Ludovic Courtès
* gnu/packages/maths.scm (scotch)[arguments] <configure>: Add "INTSIZE64" CPP flag.
2017-06-26gnu: lapack: Build with LAPACKE_WITH_TMG=ON.Ludovic Courtès
* gnu/packages/maths.scm (lapack)[arguments]: Pass "-DLAPACKE_WITH_TMG=ON".
2017-06-26gnu: lapack: Update to 3.7.1.Ludovic Courtès
* gnu/packages/maths.scm (lapack): Update to 3.7.1.