summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* emacs: Replace 'guix-any' with 'cl-some'.Alex Kost2015-09-18
| | | | | | * emacs/guix-utils.el (guix-any): Remove. * emacs/guix-command.el (guix-command-improve-argument): Use 'cl-some' instead of 'guix-any'.
* emacs: Add commands to show/hide build log phases.Alex Kost2015-09-18
| | | | | | | | | | | | | Suggested by Ludovic Courtès <ludo@gnu.org>. * emacs/guix-build-log.el (guix-build-log-phase-end-regexp): New variable. (guix-build-log-phase-start, guix-build-log-phase-end, guix-build-log-phase-hide, guix-build-log-phase-show, guix-build-log-phase-hidden-p, guix-build-log-phase-toggle-function, guix-build-log-phase-toggle, guix-build-log-phase-toggle-all): New functions. (guix-build-log-mode-map): Add 'TAB'/'S-TAB' key bindings. * doc/emacs.texi (Emacs Build Log): Document them.
* gnu: Add scmutils.Federico Beffa2015-09-18
| | | | * gnu/packages/scheme.scm (scmutils): New variable.
* gnu: Add ruby-bio-logger.Pjotr Prins2015-09-17
| | | | * gnu/packages/ruby.scm (ruby-bio-logger): New variable.
* download: Only show hours in the elapsed time if necessary.Steve Sprang2015-09-17
| | | | | | | * guix/build/download.scm (seconds->string): Conditionally include hours in timestamp. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile: Add guile-nextChristopher Allan Webber2015-09-17
| | | | | | | | * gnu/packages/guile.scm (guile-next): New variable. * gnu/packages/guile.scm (guile-for-guile-emacs): Adjust to inherit from guile-next rather than guile-2.0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-typo.Ludovic Courtès2015-09-17
| | | | * gnu/packages/emacs.scm (typo): New variable.
* gnu: Add emacs-butler.Ludovic Courtès2015-09-17
| | | | * gnu/packages/emacs.scm (butler): New variable.
* gnu: Add emacs-deferred.Ludovic Courtès2015-09-17
| | | | * gnu/packages/emacs.scm (emacs-deferred): New variable.
* gnu: Add ruby-cucumber-core.Pjotr Prins2015-09-16
| | | | * gnu/packages/ruby.scm (ruby-cucumber-core): New variable.
* substitute: Improve readability of download progress report.Steve Sprang2015-09-16
| | | | | | | | | | | | * guix/build/download.scm (string-pad-middle, store-url-abbreviation, store-path-abbreviation): New procedures. (progress-proc): Add #:abbreviation parameter and use it. Generate a better indeterminate progress string. * guix/scripts/substitute.scm (assert-valid-narinfo): Add newlines to output. (process-substitution): Use byte-count->string and store-path-abbreviation. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add mafft.Ben Woodcroft2015-09-16
| | | | * gnu/packages/bioinformatics.scm (mafft): New variable.
* gnu: Add keepassx.Efraim Flashner2015-09-16
| | | | * gnu/packages/password-utils.scm (keepassx): New variable.
* gnu: Add python-requests-mock.Cyril Roelandt2015-09-16
| | | | | * gnu/packages/openstack.scm (python-requests-mock, python2-requests-mock): New variables.
* gnu: Add python-webob.Cyril Roelandt2015-09-16
| | | | * gnu/packages/python.scm (python-webob, python2-webob): New variables.
* gnu: Add python-oslo.context.Cyril Roelandt2015-09-16
| | | | | * gnu/packages/openstack.scm (python-oslo.context, python2-oslo.context): New variables.
* gnu: Add python-oslo.serialization.Cyril Roelandt2015-09-16
| | | | | * gnu/packages/openstack.scm (python-oslo.serialization, python2-oslo.serialization): New variables.
* gnu: sfarklib: Update to 2.24.Ricardo Wurmus2015-09-16
| | | | * gnu/packages/compression.scm (sfarklib): Update to 2.24.
* gnu: Add ruby-log4r.Pjotr Prins2015-09-16
| | | | * gnu/packages/ruby.scm (ruby-log4r): New variable.
* gnu: Add r-dbi.Vicente Vera Parra2015-09-16
| | | | * gnu/packages/statistics.scm (r-dbi): New variable.
* nls: Add "TRANSLATORS:" comment about Texinfo.Ludovic Courtès2015-09-15
| | | | * gnu/packages/abiword.scm: Add comment above 'description'.
* doc: Add guidelines for synopses and descriptions.Ludovic Courtès2015-09-15
| | | | | | * doc/guix.texi (Synopses and Descriptions): New node. * doc/contributing.texi (Submitting Patches): Add item that cross-references it.
* doc: Change authorship to "The GNU Guix Developers".Ludovic Courtès2015-09-15
| | | | | * doc/guix.texi: Replace outdated @author list with just "The GNU Guix Developers".
* gnu: Add r-lazyeval.Vicente Vera Parra2015-09-15
| | | | * gnu/packages/statistics.scm (r-lazyeval): New variable.
* gnu: Add r-assertthat.Vicente Vera Parra2015-09-15
| | | | * gnu/packages/statistics.scm (r-assertthat): New variable.
* gnu: Add ruby-gherkin3.pjotr.public12@thebird.nl2015-09-15
| | | | * gnu/packages/ruby.scm (ruby-gherkin3): New variable.
* lint: Add 'check-texinfo-markup' checker.Mathieu Lirzin2015-09-15
| | | | | | * guix/script/lint.scm (check-description-style): Check for invalid Texinfo markup. * tests/lint.scm: Test it.
* emacs: Add "View build log" action to build popup.Alex Kost2015-09-15
| | | | | | | | * emacs/guix-command.el (guix-run-view-build-log): New function. (guix-command-additional-execute-arguments, guix-command-special-executors): Add entries for "View build log" action. * emacs/guix-utils.el (guix-find-file-or-url): New function.
* emacs: Add modes for viewing build logs.Alex Kost2015-09-15
| | | | | | | | * emacs/guix-build-log.el: New file. * emacs.am (ELFILES): Add it. * doc/emacs.texi (Emacs Build Log): Document it. New node. (Emacs Interface): Add it. * doc/guix.texi (Top): Likewise.
* emacs: Display guix command errors in the minibuffer.Alex Kost2015-09-15
| | | | | | | * emacs/guix-main.scm (output+error): New procedure. (guix-command-output): Use it. * emacs/guix-base.el (guix-command-output): Display error output in the minibuffer.
* emacs: Add customization groups for faces.Alex Kost2015-09-15
| | | | | | | | | | * emacs/guix.el (guix-faces): New custom group. * emacs/guix-base.el (guix-operation-option-key): Use it. (guix-define-buffer-type): Generate faces group. * emacs/guix-info.el: Adjust faces to use new groups. (guix-info-faces): New custom group. * emacs/guix-list.el: Likewise (guix-list-faces): New custom group.
* guix: lint: Check for meaningful origin file names.Eric Bavier2015-09-14
| | | | | | | | | * guix/scripts/lint.scm (check-source-file-name): New procedure. (%checkers): Add 'source-file-name' checker. * tests/lint.scm ("source-file-name", "source-file-name: v prefix") ("source-file-name: valid", "source-file-name: bad checkout") ("source-file-name: good checkout"): New tests. * doc/guix.texi (Invoking guix lint): Mention file name check.
* guix: packages: Add origin-actual-file-name.Eric Bavier2015-09-14
| | | | | | | | * guix/scripts/graph.scm (uri->file-name, node-full-name): Move origin file name logic to... * guix/packages.scm (origin-actual-file-name): ...here. * tests/packages.scm ("origin-actual-file-name") ("origin-actual-file-name, file-name"): New tests.
* download: Avoid type errors when formatting download progress output.Steve Sprang2015-09-14
| | | | | * guix/build/download.scm (nearest-exact-integer): New procedure. (seconds->string, byte-count->string): Use it.
* guix system: Gracefully handle incomplete commands.Ludovic Courtès2015-09-15
| | | | | | | | Fixes <http://bugs.gnu.org/21451>. Reported by Steve Sprang <steve.sprang@gmail.com>. * guix/scripts/system.scm (guix-system)[option-arguments]: Error out when ACTION is #f.
* doc: Use the recommended Scheme format.Mathieu Lirzin2015-09-14
| | | | | | | | | | Apply the recommended formatting rules from '.dir-locals.el' to the examples in the manual in order to fulfill it's purpose of being a reference. * doc/package-hello.scm: Indent it. * doc/guix.texi (Defining Packages, Version Numbers): Likewise. * gnu/packages/base.scm (hello): Be consistent with the manual.
* gnu: Add bio-locus.Pjotr Prins2015-09-14
| | | | * gnu/packages/bioinformatics.scm (bio-locus): New variable.
* Revert "gnu: Add bio-locus."David Thompson2015-09-14
| | | | This reverts commit b429c4fbb06299ce10ecc113a7818bf777c63a6e.
* gnu: Add bio-locus.Pjotr Prins2015-09-14
| | | | * gnu/packages/bioinformatics.scm (bio-locus): New variable.
* gnu: system: Add Linux container module.David Thompson2015-09-14
| | | | | | | | | | | | * gnu/system/linux-container.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * gnu/system.scm: Export 'operating-system-etc-directory', 'operating-system-boot-script', 'operating-system-locale-directory', and 'file-union'. (operating-system-boot-script): Add #:container? keyword argument. (operating-system-activation-script): Add #:container? keyword argument. Don't call 'activate-firmware' or 'activate-ptrace-attach' when activating a container.
* build: ruby: Add support for tarball and directory sources.David Thompson2015-09-14
| | | | | | | | | | | | Previously, the Ruby build system only knew how to work with gem archives, which made it difficult to build unreleased gems from a Git repository or released gems in tarball form. * gnu/build/ruby-build-system.scm (gnu:unpack, gem-archive?): New procedures. (unpack): Use GNU build system unpack phase for non-gem sources. (build): Rebuild the gemspec iff the source is a gem archive. * guix.texi ("ruby-build-system"): Mention that tarballs and directories are acceptable.
* gnu: Add python-oslo.utils.Cyril Roelandt2015-09-14
| | | | * gnu/packages/openstack.scm (python-oslo.utils, python2-oslo.utils): New variables.
* gnu: Add python-debtcollector.Cyril Roelandt2015-09-14
| | | | | * gnu/packages/openstack.scm (python-debtcollector, python2-debtcollector): New variables.
* gnu: Add python-monotonic.Cyril Roelandt2015-09-14
| | | | * gnu/packages/python.scm (python-monotonic, python2-monotonic): New variables.
* gnu: Add python-iso8601.Cyril Roelandt2015-09-14
| | | | * gnu/packages/python.scm (python-iso8601, python2-iso8601): New variables.
* gnu: Add python-wraptCyril Roelandt2015-09-14
| | | | * gnu/packages/python.scm (python-wrapt, python2-wrapt): New variables.
* gnu: Add python-oslo.config.Cyril Roelandt2015-09-13
| | | | * gnu/packages/openstack.scm (python-oslo.config, python2-oslo.config): New variables.
* gnu: Add python-stevedore.Cyril Roelandt2015-09-13
| | | | * gnu/packages/openstack.scm (python-stevedore, python2-stevedore): New variables.
* gnu: Add python-netaddr.Cyril Roelandt2015-09-13
| | | | * gnu/packages/python.scm (python-netaddr, python2-netaddr): New variables.
* gnu: Add cvs-fast-export.Mathieu Lirzin2015-09-13
| | | | * gnu/packages/version-control.scm (cvs-fast-export): New variable.