- Jan 07, 2016
-
-
Ricardo Wurmus authored
* gnu/packages/bioinformatics.scm (r-biobase): New variable.
-
Ricardo Wurmus authored
* gnu/packages/statistics.scm (r-snow): New variable.
-
Ricardo Wurmus authored
* gnu/packages/statistics.scm (r-futile-logger): New variable.
-
Ricardo Wurmus authored
* gnu/packages/statistics.scm (r-futile-options): New variable.
-
Ricardo Wurmus authored
* gnu/packages/statistics.scm (r-lambda-r): New variable.
-
Ricardo Wurmus authored
* gnu/packages/statistics.scm (r-xml): New variable.
-
Ricardo Wurmus authored
* gnu/packages/statistics.scm (r-rcurl): New variable.
-
Ricardo Wurmus authored
* gnu/packages/statistics.scm (r-rsqlite): New variable.
-
Ricardo Wurmus authored
* guix/import/cran.scm (cran-fetch): Rename procedure ... (fetch-description): ... to this.
-
Ricardo Wurmus authored
* guix/import/cran.scm (package->upstream-name): New procedure.
-
Raimon Grau authored
* gnu/packages/xml.scm (xmlstarlet): New variable.
-
Sou Bunnbu (宋文武) authored
* gnu/packages/audio.scm (zita-convolver)[source]: Add snippet.
-
Sou Bunnbu (宋文武) authored
* gnu/packages/audio.scm (zita-resampler)[source]: Add snippet.
-
Ben Woodcroft authored
* gnu/packages/ruby.scm (ruby-ansi): New variable.
-
Ricardo Wurmus authored
* gnu/packages/bioinformatics.scm (edirect): Update to 3.50. [native-inputs]: Remove "unzip".
-
Leo Famulari authored
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.
-
Leo Famulari authored
* 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.
-
- Jan 06, 2016
-
-
Ludovic Courtès authored
* 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.
-
Ludovic Courtès authored
* guix/utils.scm (delkw, ensure-keyword-arguments): New procedures. * tests/utils.scm ("ensure-keyword-arguments"): New test.
-
http://bugs.gnu.org/22273Ludovic Courtès authored
* guix/http-client.scm (read-header-line): New procedure. Use it.
-
Ludovic Courtès authored
* gnu/packages/package-management.scm (guix-devel): Update to f888c0b1.
-
Ludovic Courtès authored
* guix/http-client.scm: Fix Guile version number in comment for Guile commit 5a10e41.
-
Eric Bavier authored
* gnu/packages/maths.scm (gmsh): Update to 2.11.0. [arguments]: Replace 'check phase.
-
Ludovic Courtès authored
* guix/scripts/lint.scm (package-vulnerabilities): Catch 'getaddrinfo-error'.
-
Ludovic Courtès authored
* 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.
-
Ludovic Courtès authored
This makes sure that critical errors such as unbound-variable do not go undetected. * gnu/services.scm (cleanup-gexp): Introduce local 'fail-safe' macro and use it. Remove uses of 'false-if-exception'.
-
Ludovic Courtès authored
* gnu/packages/ldc.scm (ldc)[license]: Replace invalid use of 'license:x11-style' by LICENSE:BOOST1.0.
-
Ben Woodcroft authored
The .gem file stored in GEM_HOME after install is both redundant and an archive that stores timestamped files which makes builds non-deterministic, so delete it after 'gem install'. * guix/build/ruby-build-system.scm (install): Remove cached gem after install.
-
Ricardo Wurmus authored
* gnu/packages/java.scm (icedtea7): Rename variable to... (icedtea-7): ...this. (icedtea): Refer to "icedtea-7".
-
Ricardo Wurmus authored
* gnu/packages/java.scm (icedtea6): Rename variable to... (icedtea-6): ...this.
-
Ricardo Wurmus authored
* gnu/packages/java.scm (icedtea6): Change package name to "icedtea". (icedtea7): Inherit package name.
-
Ricardo Wurmus authored
* 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".
-
Ricardo Wurmus authored
* 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".
-
Ricardo Wurmus authored
* gnu/packages/bioinformatics.scm (jellyfish): New variable.
-
- Jan 05, 2016
-
-
Ludovic Courtès authored
* configure.ac: Change version to 0.9.1.
-
Michael Vetter authored
* doc/guix.texi: substitute 'the the' with 'the'. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Taylan Ulrich Bayırlı/Kammer authored
* guix/build/pull.scm (call-with-process, report-build-progress) (p-for-each): Remove. (build-guix): Load and compile files in one process.
-
Andreas Enge authored
* gnu/packages/ebook.scm (calibre): Update to 2.48.0.
-
Roel Janssen authored
* 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.
-
- Jan 04, 2016
-
-
Dmitry Bogatov authored
* gnu/packages/emacs.scm (emacs-undo-tree): New variable. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-