summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * services: cleanup-service: Catch 'system-error' instead of everything.Ludovic Courtès2016-01-06
| | | | | | | | | | | | | | | | 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'.
| * 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.
| * build: ruby: Remove cached gem after install.Ben Woodcroft2016-01-06
| | | | | | | | | | | | | | | | | | 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.
| * 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.
| * build: Bump version number.Ludovic Courtès2016-01-05
| | | | | | | | * configure.ac: Change version to 0.9.1.
| * doc: Remove double occurrence of words.Michael Vetter2016-01-05
| | | | | | | | | | | | * doc/guix.texi: substitute 'the the' with 'the'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * build: pull: Compile .scm files in one process.Taylan Ulrich Bayırlı/Kammer2016-01-05
| | | | | | | | | | | | * guix/build/pull.scm (call-with-process, report-build-progress) (p-for-each): Remove. (build-guix): Load and compile files in one process.
| * 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.
| * linux-boot: Remove verbose output for module loads.Ludovic Courtès2016-01-05
| | | | | | | | | | | | | | * gnu/build/linux-boot.scm (boot-system): Leave 'current-module-debugging-port' unchanged. * gnu/build/linux-modules.scm (load-linux-module*): Update comment about 'mmap'.
| * services: Move /tmp cleanup to a separate service.Ludovic Courtès2016-01-05
| | | | | | | | | | | | | | | | | | | | * gnu/services.scm (compute-boot-script): Remove /tmp and /var/run deletion code from here. (cleanup-gexp): New procedure with /tmp and /var/run deletion code formerly in 'compute-boot-script'. (cleanup-service-type): New variable. * gnu/system.scm (essential-services): Add an instance of CLEANUP-SERVICE-TYPE.
| * services: boot: Reinstate /tmp and /var/run deletion.Ludovic Courtès2016-01-05
| | | | | | | | | | | | | | | | For some time /tmp and /var/run were not being deleted because 'delete-file-recursively' was unbound. * gnu/services.scm (compute-boot-script)[%modules, modules, compiled]: New variables. Use them to augment the module search path.
| * guix package: Allow multiple '--search' flags.Ludovic Courtès2016-01-05
| | | | | | | | | | | | | | | | | | | | | | * guix/scripts/package.scm (find-packages-by-description): Change 'rx' parameter to 'regexps'. [matches-all?, matches-one?]: New procedures. Use them. (process-query): Collect regexps from all 'search' queries, and pass them to 'find-packages-by-description'. * tests/guix-package.sh: Add tests. * doc/guix.texi (Invoking guix package): Document it.
| * ui: Update copyright year in '--version' output.Ludovic Courtès2016-01-05
| | | | | | | | * guix/ui.scm (show-version-and-exit): Increment copyright year.
| * git-download: Correctly implement recursive checkouts.Ludovic Courtès2016-01-05
| | | | | | | | | | | | | | | | | | Previously, the 'git checkout' invocation would remove sub-modules that had been initialized by 'git clone --recursive'. * guix/build/git.scm (git-fetch): Never use "git clone --recursive". Invoke "git submodule update --init --recursive" after "git checkout". Remove '.git' directories as the last step.
| * 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: perl: Add fix for CVE-2015-8607.Mark H Weaver2016-01-12
| | | | | | | | | | | | * gnu/packages/patches/perl-CVE-2015-8607.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/perl.scm (perl)[source]: Add patch.
* | gnu: perl: Update to 5.22.1.Mark H Weaver2016-01-12
| | | | | | | | * gnu/packages/perl.scm (perl): Update to 5.22.1.
* | gnu: ruby: Update to 2.3.0.Ben Woodcroft2016-01-11
| | | | | | | | | | | | | | * gnu/packages/ruby.scm (ruby): Update to 2.3.0. [source]: Remove bundled libffi. [arguments]: Use parallel tests. (ruby-2.2): New variable.
* | gnu: ruby: Use modify-phases.Ben Woodcroft2016-01-11
| | | | | | | | * gnu/packages/ruby.scm (ruby)[arguments]: Use modify-phases.
* | ruby: Abstract out path to GEM_HOME.Ben Woodcroft2016-01-11
| | | | | | | | | | | | | | | | | | Previously paths to the GEM_HOME of certain Ruby packages were hard-coded, so packages failed to build when Ruby was updated to 2.3.0. * guix/build/ruby-build-system.scm (gem-home): New procedure. * gnu/packages/ruby.scm (ruby-metaclass, ruby-instantiator, ruby-introspection, ruby-mocha, ruby-minitest-tu-shim): Use it.
* | gnu: ruby-yard: Disable failing test.Ben Woodcroft2016-01-10
| | | | | | | | | | * gnu/packages/ruby.scm (ruby-yard)[arguments]: Disable test which fails on Ruby 2.3.0.
* | gnu: ruby-power-assert: Update to 0.2.7.Ben Woodcroft2016-01-10
| | | | | | | | * gnu/packages/ruby.scm (ruby-power-assert): Update to 0.2.7.
* | gnu: attr: Update to 2.4.47.Ludovic Courtès2016-01-08
| | | | | | | | * gnu/packages/attr.scm (attr): Update to 2.4.47.
* | gnu: attr: Use 'modify-phases'.Ludovic Courtès2016-01-08
| | | | | | | | * gnu/packages/attr.scm (attr)[arguments]: Use 'modify-phases'.
* | gnu: zlib: Update to 1.2.8.Efraim Flashner2016-01-08
| | | | | | | | * gnu/packages/compression.scm (zlib): Update to 1.2.8.
* | gnu: sqlite: Update to 3.10.0.Efraim Flashner2016-01-07
| | | | | | | | * gnu/packages/databases.scm (sqlite): Update to 3.10.0.
* | gnu: flex: Update to 2.6.0.Efraim Flashner2016-01-07
| | | | | | | | | | | | | | * gnu/packages/flex.scm (flex): Update to 2.6.0. [source]: Remove flex-bison-tests.patch. * gnu-system.am (dist_patch_DATA): Remove flex-bison-tests.patch. * gnu/packages/patches/flex-bison-tests.patch: Remove it.
* | gnu: libffi: Update to 3.2.1.Efraim Flashner2016-01-06
| | | | | | | | * gnu/packages/libffi.scm (libffi): Update to 3.2.1.
* | gnu: gettext: Use "modify-phases" syntax.Efraim Flashner2016-01-05
| | | | | | | | * gnu/packages/gettext.scm (gettext)[arguments]: Use "modify-phases" syntax.
* | gnu: gettext: Update to 0.19.7.Efraim Flashner2016-01-05
| | | | | | | | * gnu/packages/gettext.scm (gettext): Update to 0.19.7.
* | gnu: gnutls: Update to 3.4.7.Efraim Flashner2016-01-05
| | | | | | | | | | | | | | | | * gnu/packages/tls.scm (gnutls): Update to 3.4.7. [source]: Remove gnutls-doc-fix.patch. [arguments]: Remove delete-prebuilt-unfixed-info-file phase. [native-inputs]: Remove texinfo. * gnu-system.am (dist_patch_DATA): Remove gnutls-doc-fix.patch
* | gnu: libtasn1: Update to 4.7.Efraim Flashner2016-01-05
| | | | | | | | | | * gnu/packages/tls.scm (libtan1): Update to 4.7. [native-inputs]: Remove texinfo.
* | build-system/gnu: Add 'set-SOURCE-DATE-EPOCH' phase.Ludovic Courtès2016-01-05
| | | | | | | | | | | | | | | | | | | | | | | | This phase is inherited by other build systems, which ensures 'SOURCE_DATE_EPOCH' is always set in practice. * guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): Remove. (%standard-phases): Don't add it. * guix/build/gnu-build-system.scm (set-SOURCE-DATE-EPOCH): New procedure. (%standard-phases): Add it. (gnu-build): Remove 'setenv' call for "SOURCE_DATE_EPOCH".
* | gnu: Read 'C_INCLUDE_PATH' instead of 'CPATH'.Ludovic Courtès2016-01-05
| | | | | | | | | | | | | | | | | | | | | | | | This is a followup to 009b53fd. * gnu/packages/cmake.scm (cmake)[arguments]: Use (getenv "C_INCLUDE_PATH") instead of (getenv "CPATH"). * gnu/packages/package-management.scm (rpm)[arguments]: Likewise. * gnu/packages/video.scm (avidemux)[arguments]: Likewise. * gnu/packages/webkit.scm (webkitgtk)[arguments]: Likewise. * gnu/packages/cross-base.scm (cross-gcc-arguments): Likewise, and unset 'C_INCLUDE_PATH' and 'CPLUS_INCLUDE_PATH'.
* | gnu: python: Honor 'C_INCLUDE_PATH'.Ludovic Courtès2016-01-05
| | | | | | | | | | | | | | | | This is a followup to 009b53fd. * gnu/packages/patches/python-3-search-paths.patch: Check 'C_INCLUDE_PATH' instead of 'CPATH'. * gnu/packages/patches/python-2.7-search-paths.patch: Likewise.