summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: hwloc: Use /var as the localstatedir.Ludovic Courtès2017-06-30
| | | | * gnu/packages/mpi.scm (hwloc)[arguments]: Add #:configure-flags.
* gnu: Add mkvtoolnix.Gregor Giesen2017-06-30
| | | | | | * gnu/packages/video.scm (mkvtoolnix): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add libmatroska.Gregor Giesen2017-06-30
| | | | | | * gnu/packages/video.scm (libmatroska): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add libebml.Gregor Giesen2017-06-30
| | | | | | * gnu/packages/xml.scm (libebml): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add nlohmann-json-cpp.Gregor Giesen2017-06-30
| | | | | | * gnu/packages/serialization.scm (nlohmann-json-cpp): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: isc-dhcp: Update bundled bind to 9.9.10-P2 [fixes CVE-2017-{3142,3143}].Leo Famulari2017-06-30
| | | | * gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.10-P2.
* gnu: bind: Update to 9.11.1-P2 [fixes CVE-2017-{3142,3143}].Leo Famulari2017-06-30
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.11.1-P2.
* gnu: Add jo.Arun Isaac2017-06-30
| | | | * gnu/packages/web.scm (jo): New variable.
* gnu: Add emacs-org-edit-latex.Oleg Pykhalov2017-06-30
| | | | | | * gnu/packages/emacs.scm (emacs-org-edit-latex): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: itpp: Use texlive-tiny and ghostscript.Ricardo Wurmus2017-06-30
| | | | | * gnu/packages/maths.scm (itpp)[native-inputs]: Replace texlive-minimal with texlive-tiny; add ghostscript.
* gnu: gnuplot: Use texlive-tiny.Ricardo Wurmus2017-06-30
| | | | | * gnu/packages/maths.scm (gnuplot)[native-inputs]: Replace texlive-minimal with texlive-tiny.
* gnu: giac-xcas: Use texlive-tiny.Ricardo Wurmus2017-06-30
| | | | | * gnu/packages/algebra.scm (giac-xcas)[inputs]: Replace texlive-minimal with texlive-tiny.
* gnu: pari-gp: Use texlive-tiny.Ricardo Wurmus2017-06-30
| | | | | * gnu/packages/algebra.scm (pari-gp)[native-inputs]: Replace texlive-minimal with texlive-tiny.
* gnu: po4a: Use texlive-tiny.Ricardo Wurmus2017-06-30
| | | | | * gnu/packages/gettext.scm (po4a)[native-inputs]: Replace texlive-minimal with texlive-tiny.
* gnu: linux-libre: Update to 4.11.8.Mark H Weaver2017-06-30
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.8. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.35.Mark H Weaver2017-06-30
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.35.
* gnu: linux-libre@4.4: Update to 4.4.75.Mark H Weaver2017-06-30
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.75.
* gnu: linux-libre@4.1: Update to 4.1.42 [mitigates CVE-2017-1000364].Mark H Weaver2017-06-30
| | | | * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.42.
* gnu: poppler: Fix CVE-2017-{9775,9776}.Leo Famulari2017-06-29
| | | | | | * gnu/packages/pdf.scm (poppler)[replacement]: New field. (poppler-0.56.0): New variable. (poppler-qt4, poppler-qt5): Use 'package/inherit'.
* gnu: thermald: Add file-name for source.Efraim Flashner2017-06-29
| | | | * gnu/packages/admin.scm (thermald)[source]: Add file-name field.
* gnu: thermald: Only build on i686 and x86_64.Efraim Flashner2017-06-29
| | | | * gnu/packages/admin.scm (thermald)[supported-systems]: New field.
* gnu: libgcrypt: Add mitigation for CVE-2017-7526.Efraim Flashner2017-06-29
| | | | | | * gnu/packages/gnupg.scm (libgcrypt)[replacment]: New field. (libgcrypt-1.7.8): New variable. (libgcrypt-1.5)[replacment]: New field.
* gnu: mes: Update to 0.8.Jan Nieuwenhuizen2017-06-29
| | | | * gnu/packages/mes.scm (mes): Update to 0.8.
* gnu: Add mescc-tools.Jan Nieuwenhuizen2017-06-29
| | | | * gnu/packages/mes.scm (mescc-tools): New variable.
* gnu: libxfce4ui: Do not propagate gtk+-2.Ricardo Wurmus2017-06-29
| | | | | | | | | | | | 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".
* gnu: xfce: Build union instead of propagating inputs.Ricardo Wurmus2017-06-29
| | | | | | * gnu/packages/xfce.scm (xfce)[propagated-inputs]: Move all... [inputs]: ...here. [arguments]: Build a union.
* gnu: clojure: Update "tools-reader-src" to 1.0.0.Alex Vong2017-06-29
| | | | | | | * gnu/packages/java.scm (clojure)[inputs]: Update "tools-reader-src" to 1.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add procenv.Dave Love2017-06-29
| | | | | | * gnu/packages/linux.scm (procenv): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ansible: Apply experimental patch to deal with wrapping of ansible script.Jelle Licht2017-06-29
| | | | | | | | | | | 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>
* gnu: node: Update to 8.1.2.Jelle Licht2017-06-29
| | | | | | | * gnu/packages/node.scm (node): Update to 8.1.2. (node)[arguments]: Disabled more tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lapack: Install libraries to PREFIX/lib, not PREFIX/lib64.Ludovic Courtès2017-06-29
| | | | | | | | | 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.
* gnu: ovmf: Only build 32-bit firmware on i686-linux.Efraim Flashner2017-06-29
| | | | | | * gnu/packages/firmware.scm (ovmf)[arguments]: Only when the build machine is x86_64-linux should the 64-bit firmware be built and installed.
* gnu: openh264: Fix building on armhf and aarch64.Efraim Flashner2017-06-29
| | | | | * gnu/packages/video.scm (openh264)[arguments]: Add 'CC=gcc' to the #:make-flags.
* gnu: r-spams: Update to 2.6-2017-03-22.Efraim Flashner2017-06-29
| | | | | | * 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.
* gnu: wdiff: Remove unused screen input.Eric Bavier2017-06-28
| | | | | | * gnu/packages/wdiff.scm (wdiff): 'inputs' -> 'native-inputs'. [native-inputs]: Remove unused screen input. [arguments]: Use modify-phases.
* gnu: screen: Update to 4.6.0.Eric Bavier2017-06-28
| | | | | | | * 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.
* gnu: moe: Update to 1.9.Eric Bavier2017-06-28
| | | | * gnu/packages/moe.scm (moe): Update to 1.9.
* gnu: emacs-ess: Use texlive-union instead of texlive.Ricardo Wurmus2017-06-29
| | | | | * gnu/packages/emacs.scm (emacs-ess)[arguments]: Add phase "set-HOME". [native-inputs]: Replace texlive with a texlive-union.
* gnu: Add texlive-tex-texinfo.Ricardo Wurmus2017-06-29
| | | | * gnu/packages/tex.scm (texlive-tex-texinfo): New variable.
* gnu: Add texlive-latex-hyperref.Ricardo Wurmus2017-06-29
| | | | * gnu/packages/tex.scm (texlive-latex-hyperref): New variable.
* gnu: texlive-latex-base: Install additional formats.Ricardo Wurmus2017-06-29
| | | | | * gnu/packages/tex.scm (texlive-latex-base)[arguments]: Additionally build and install tex.fmt, pdftex.fmt, pdfetex.fmt, and pdflatex.fmt.
* gnu: mpg123: Update to 1.25.0.Leo Famulari2017-06-28
| | | | * gnu/packages/mp3.scm (mpg123): Update to 1.25.0.
* gnu: snakemake: Fix cluster execution.Ricardo Wurmus2017-06-28
| | | | | * gnu/packages/python.scm (snakemake)[arguments]: Add build phase "call-wrapper-not-wrapped-snakemake".
* gnu: darktable: Limit supported platforms.Efraim Flashner2017-06-28
| | | | | * gnu/packages/photo.scm (darktable)[supported-systems]: New field, explicitly limit to i686-linux, x86_64-linux and aarch64-linux.
* gnu: xf86-video-intel: Use UXA accel method by default.Mark H Weaver2017-06-28
| | | | | * gnu/packages/xorg.scm (xf86-video-intel)[arguments]: Add #:configure-flags with "--with-default-accel=uxa".
* gnu: icecat: Add more fixes from upstream mozilla-esr52.Mark H Weaver2017-06-28
| | | | | * gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the upstream mozilla-esr52 repository.
* gnu: aria2: Update to 1.32.0.Efraim Flashner2017-06-28
| | | | * gnu/packages/bittorrent.scm (aria2): Update to 1.32.0.
* gnu: translate-shell: Update to 0.9.6.4.Efraim Flashner2017-06-28
| | | | * gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.4.
* gnu: emacs-calfw: Fix typo in description.Ricardo Wurmus2017-06-28
| | | | * gnu/packages/emacs.scm (emacs-calfw)[description]: Fix typo.
* gnu: texlive-latex-graphics: Update hash for graphics-def.Ricardo Wurmus2017-06-28
| | | | | | | This is a follow-up commit to e3c970fc5c71b936279afee4fd24bc267f40549c. * gnu/packages/tex.scm (texlive-latex-graphics)[native-inputs]: Update hash for graphics-def.