aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: Add SummarizedExperiment.Ricardo Wurmus2016-01-07
| | | | * gnu/packages/bioinformatics.scm (r-summarizedexperiment): New variable.
* gnu: Add Rsamtools.Ricardo Wurmus2016-01-07
| | | | * gnu/packages/bioinformatics.scm (r-rsamtools): New variable.
* gnu: Add Biostrings.Ricardo Wurmus2016-01-07
| | | | * gnu/packages/bioinformatics.scm (r-biostrings): New variable.
* gnu: Add BiocParallel.Ricardo Wurmus2016-01-07
| | | | * gnu/packages/bioinformatics.scm (r-biocparallel): New variable.
* gnu: Add biomaRt.Ricardo Wurmus2016-01-07
| | | | * gnu/packages/bioinformatics.scm (r-biomart): New variable.
* gnu: Add AnnotationDbi.Ricardo Wurmus2016-01-07
| | | | * gnu/packages/bioinformatics.scm (r-annotationdbi): New variable.
* gnu: Add Biobase.Ricardo Wurmus2016-01-07
| | | | * gnu/packages/bioinformatics.scm (r-biobase): New variable.
* gnu: Add snow.Ricardo Wurmus2016-01-07
| | | | * gnu/packages/statistics.scm (r-snow): New variable.
* gnu: Add futile.logger.Ricardo Wurmus2016-01-07
| | | | * gnu/packages/statistics.scm (r-futile-logger): New variable.
* gnu: Add futile.options.Ricardo Wurmus2016-01-07
| | | | * gnu/packages/statistics.scm (r-futile-options): New variable.
* gnu: Add lambda.r.Ricardo Wurmus2016-01-07
| | | | * gnu/packages/statistics.scm (r-lambda-r): New variable.
* gnu: Add r-xml.Ricardo Wurmus2016-01-07
| | | | * gnu/packages/statistics.scm (r-xml): New variable.
* gnu: Add RCurl.Ricardo Wurmus2016-01-07
| | | | * gnu/packages/statistics.scm (r-rcurl): New variable.
* gnu: Add RSQLite.Ricardo Wurmus2016-01-07
| | | | * gnu/packages/statistics.scm (r-rsqlite): New variable.
* gnu: Add xmlstarlet.Raimon Grau2016-01-07
| | | | * gnu/packages/xml.scm (xmlstarlet): New variable.
* gnu: zita-convolver: Drop the '-march=native' optimization.宋文武2016-01-07
| | | | * gnu/packages/audio.scm (zita-convolver)[source]: Add snippet.
* gnu: zita-resampler: Drop the '-march=native' optimization.宋文武2016-01-07
| | | | * gnu/packages/audio.scm (zita-resampler)[source]: Add snippet.
* gnu: Add ruby-ansi.Ben Woodcroft2016-01-07
| | | | * gnu/packages/ruby.scm (ruby-ansi): New variable.
* gnu: edirect: Update to 3.50.Ricardo Wurmus2016-01-07
| | | | | * gnu/packages/bioinformatics.scm (edirect): Update to 3.50. [native-inputs]: Remove "unzip".
* gnu: w3m: Enable SSL, disable broken protocols and ciphers.Leo Famulari2016-01-07
| | | | | | | | | | Fixes <http://bugs.gnu.org/16791>. * gnu/packages/patches/w3m-force-ssl_verify_server-on.patch: New file. * gnu/packages/patches/w3m-disable-sslv2-and-sslv3.patch: New file. * gnu/packages/patches/w3m-disable-weak-ciphers.patch: New file. * gnu/packages/w3m.scm (w3m)[source]: Add patches. * gnu-system.am (dist_patch_DATA): Add the new files.
* gnu: w3m: Update patch to use '-p1'.Leo Famulari2016-01-07
| | | | | | | | | * gnu/packages/patches/w3m-fix-compile.patch: Rename this file... * gnu/packages/patches/w3m-libgc.patch: ...to this, and adjust patch prefix level to '-p1'. * gnu-system.am (dist_patch_DATA): Update patch name. * gnu/packages/w3m.scm (w3m)[source]: Update patch name. [source]: Drop patch flag -p0.
* build-system/gnu: Make 'package-with-explicit-inputs' idempotent.Ludovic Courtès2016-01-06
| | | | | | | * guix/build-system/gnu.scm (package-with-explicit-inputs): Use 'ensure-keyword-arguments' instead of appending to ARGS. * gnu/packages/commencement.scm (static-bash-for-glibc): Add missing #:guile argument.
* gnu: guix: Update development snapshot to f888c0b.Ludovic Courtès2016-01-06
| | | | * gnu/packages/package-management.scm (guix-devel): Update to f888c0b.
* gnu: gmsh: Update to 2.11.0.Eric Bavier2016-01-06
| | | | | * gnu/packages/maths.scm (gmsh): Update to 2.11.0. [arguments]: Replace 'check phase.
* gnu: sudo: Use /var/run/sudo instead of /run/sudo.Ludovic Courtès2016-01-06
| | | | | | * gnu/packages/admin.scm (sudo)[arguments]: Pass --with-rundir=/var/run/sudo since /var/run is cleaned up at boot time on GuixSD whereas /run is not.
* gnu: ldc: Fix license.Ludovic Courtès2016-01-06
| | | | | * gnu/packages/ldc.scm (ldc)[license]: Replace invalid use of 'license:x11-style' by LICENSE:BOOST1.0.
* gnu: icedtea7: Rename to icedtea-7.Ricardo Wurmus2016-01-06
| | | | | | * gnu/packages/java.scm (icedtea7): Rename variable to... (icedtea-7): ...this. (icedtea): Refer to "icedtea-7".
* gnu: icedtea6: Rename to icedtea-6.Ricardo Wurmus2016-01-06
| | | | | * gnu/packages/java.scm (icedtea6): Rename variable to... (icedtea-6): ...this.
* gnu: icedtea6, icedtea7: Rename package to "icedtea".Ricardo Wurmus2016-01-06
| | | | | * gnu/packages/java.scm (icedtea6): Change package name to "icedtea". (icedtea7): Inherit package name.
* gnu: Add and use default IcedTea.Ricardo Wurmus2016-01-06
| | | | | | | | | | | * gnu/packages/java.scm (icedtea): New variable. (swt)[native-inputs]: Replace "icedtea6" with "icedtea". * gnu/packages/bioinformatics.scm (htsjdk)[native-inputs]: Likewise. (ngs-java)[inputs]: Likewise. * gnu/packages/kodi.scm (kodi)[native-inputs]: Replace "icedtea7" with "icedtea". * gnu/packages/ruby.scm (ruby-rjb)[native-inputs]: Replace "icedtea7" with "icedtea".
* gnu: icedtea6, icedtea7: Unpack to "openjdk.src".Ricardo Wurmus2016-01-06
| | | | | | | | * gnu/packages/java.scm (icedtea6)[arguments]: Unpack OpenJDK sources to "openjdk.src". (icedtea7)[arguments]: Inherit "--with-openjdk-src-dir" flag; refer to "openjdk.src" in build phases; simplify "unpack" phase. [native-inputs]: Rename "openjdk-drop" to "openjdk-src".
* gnu: Add Jellyfish.Ricardo Wurmus2016-01-06
| | | | * gnu/packages/bioinformatics.scm (jellyfish): New variable.
* gnu: calibre: Update to 2.48.0.Andreas Enge2016-01-05
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.48.0.
* gnu: Add LDC.Roel Janssen2016-01-05
| | | | | | | * gnu/packages/ldc.scm: New file. * gnu/packages/patches/ldc-disable-tests.patch: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add ldc.scm. (dist_patch_DATA): Add patch file.
* gnu: Add emacs-undo-tree.Dmitry Bogatov2016-01-05
| | | | | | * gnu/packages/emacs.scm (emacs-undo-tree): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs: Remove 'info.info'.Ludovic Courtès2016-01-05
| | | | | * gnu/packages/emacs.scm (emacs)[arguments]: Use 'modify-phases'. Add 'remove-info.info' phase.
* gnu: gtk+: Add patch to support GUIX_GTK3_PATH.Ricardo Wurmus2016-01-04
| | | | | | | * gnu/packages/patches/gtk3-respect-GUIX_GTK3_PATH: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/gtk.scm (gtk+) [source]: Add patch. [native-search-paths]: Add search path for GUIX_GTK3_PATH.
* gnu: gtk+-2: Add patch to support GUIX_GTK2_PATH.Ricardo Wurmus2016-01-04
| | | | | | | * gnu/packages/patches/gtk2-respect-GUIX_GTK2_PATH: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/gtk.scm (gtk+-2) [source]: Add patch. [native-search-paths]: Add search path for GUIX_GTK2_PATH.
* gnu: julia: Update to 0.4.2.Ricardo Wurmus2016-01-04
| | | | | | | | | | | | * gnu/packages/patches/julia-0.3.10-fix-empty-array.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/julia.scm (julia): Update to 0.4.2. [arguments]: Remove phase "fix-building-with-mcjit-llvm"; replace phase "patch-include-path" with "fix-include-and-link-paths"; add phase "hardcode-paths"; add missing make-flags. [inputs]: Replace "pcre" with "pcre2"; replace "git" with "libgit2"; add "coreutils"; add "libuv-julia"; add "wget"; add "which". [native-inputs]: Remove "which".
* gnu: Add libuv-julia.Ricardo Wurmus2016-01-04
| | | | * gnu/packages/julia.scm (libuv-julia): New variable.
* gnu: utf8proc: Update to 1.3.1.Ricardo Wurmus2016-01-04
| | | | | * gnu/packages/textutils.scm (utf8proc): Update to 1.3.1. [arguments]: Remove custom "install" phase.
* gnu: samba: Update to 4.3.3.Leo Famulari2016-01-03
| | | | | | Fixes CVE-2015-{3223,5252,5299,5296,8467,5330}. * gnu/packages/samba.scm (samba): Update to 4.3.3.
* gnu: ldb: Update to 1.1.24.Leo Famulari2016-01-03
| | | | | | | Required for samba-4.3.3 in order to fix CVE-2015-5330 and CVE-2015-3223. * gnu/packages/samba.scm (ldb): Update to 1.2.24.
* gnu: Add Asymptote.Eric Bavier2016-01-02
| | | | | | | * gnu/packages/bdw-gc.scm (libgc-for-c++): New variable. * gnu/packages/plotutils.scm (asymptote): New variable. * gnu/packages/patches/asymptote-gsl2.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add python-markdown.Erik Edrosa2016-01-02
| | | | | | | * gnu/packages/python.scm (python-markdown, python2-markdown): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: love: Update to 0.10.0.宋文武2016-01-02
| | | | * gnu/packages/game-development.scm (love): Update to 0.10.0.
* gnu: guile-ssh: Update to 0.9.0.Ludovic Courtès2016-01-01
| | | | * gnu/packages/ssh.scm (guile-ssh): Update to 0.9.0.
* gnu: Add xaos.Fabian Harfert2015-12-31
| | | | | | * gnu/packages/maths.scm (xaos): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Move cursynth to (gnu packages music).Leo Famulari2015-12-30
| | | | | | * gnu/packages/cursynth.scm: Remove. * gnu/packages/music.scm (cursynth): New variable, from cursynth.scm. * gnu-system.am (GNU_SYSTEM_MODULES): Remove cursynth.scm.
* gnu: libcue: Update source URL.Leo Famulari2015-12-30
| | | | * gnu/packages/cdrom.scm (libcue)[source]: Update URL.