summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build: Produce 'guix-config' instead of using compile-time tricks.Mathieu Lirzin2015-08-30
| | | | | | | | | | * emacs/guix-{init,profiles}.el.in: Rename to ... * emacs/guix-{init,profiles}.el: ... these. New files. Use 'guix-config'. * emacs/guix-config.el.in: New file. * emacs.am (nodist_lisp_DATA): Add it. Move them to ... (ELFILES): ... here. * .gitignore, configure.ac: Adjust accordingly.
* emacs: Use prompt for packages instead popup for edit action.Alex Kost2015-08-30
| | | | | | | | | | | | * emacs/guix-base.el (guix-package-location): New function. (guix-edit-package): Rename and move to ... * emacs/guix.el (guix-edit): ...here. Make it interactive. * emacs/guix-command.el (guix-edit-action): New function (alias to 'guix-edit') to override the popup for edit command in "M-x guix". * emacs/guix-list.el (guix-list-edit-package): Adjust for 'guix-edit' renaming. * emacs/guix-main.scm (package-location-string): Allow to accept package id or package name as argument.
* emacs: Add popup interface for guix commands.Alex Kost2015-08-30
| | | | | | | | | * emacs/guix-command.el: New file. * emacs.am (ELFILES): Add it. * doc/emacs.texi (Emacs Initial Setup): Mention 'magit-popup' library. (Emacs Popup Interface): New node. (Emacs Interface): Add it. * doc/guix.texi (Top): Likewise.
* emacs: Add "guix-popup.el".Alex Kost2015-08-30
| | | | | * emacs/guix-popup.el: New file. * emacs.am (ELFILES): Add it.
* doc: Reorganize "Emacs Interface" node.Alex Kost2015-08-30
| | | | | | | | * doc/guix.texi (Package Management): Move "Emacs Interface" node to ... (Top): ...here, since it is not just about package management. * doc/emacs.texi: Shift all nodes one level up (@section -> @chapter, etc.). Rename "Emacs Usage" node into "Emacs Package Management". Move "Emacs Configuration" node here.
* emacs: Add code to run guix command in shell.Alex Kost2015-08-30
| | | | | | * emacs/guix-base.el (guix-run-in-shell, guix-run-in-eshell, guix-run-command-in-shell): New functions. (guix-run-in-shell-function, guix-shell-buffer-name): New variables.
* emacs: Add code to run guix command in REPL.Alex Kost2015-08-30
| | | | | | | * emacs/guix-base.el (guix-run-command-in-repl, guix-command-output, guix-help-string): New functions. * emacs/guix-main.scm (guix-command, guix-command-output, help-string): New procedures.
* ui: Add 'run-guix'.Alex Kost2015-08-30
| | | | | * guix/ui.scm (guix-main): Move the code to run guix command line to ... (run-guix): ...here. New procedure. Export it.
* emacs: Add and use alist accessors.Alex Kost2015-08-30
| | | | | | | | | | | * emacs/guix-utils.el (guix-define-alist-accessor): New macro. (guix-assq-value, guix-assoc-value): New functions. (guix-get-key-val): Remove. * emacs/guix-base.el: Replace 'guix-get-key-val' with 'guix-assq-value' everywhere. * emacs/guix-info.el: Likewise. * emacs/guix-list.el: Likewise. * emacs/guix-messages.el: Likewise.
* emacs: Add minibuffer readers.Alex Kost2015-08-30
| | | | | * emacs/guix-read.el: New file. * emacs.am (ELFILES): Add it.
* emacs: Add help variables.Alex Kost2015-08-30
| | | | | | | | | | | | | | | | | | | | * emacs/guix-pcomplete.el (guix-pcomplete-parse-package-regexp, guix-pcomplete-parse-command-regexp, guix-pcomplete-parse-long-option-regexp, guix-pcomplete-parse-short-option-regexp, guix-pcomplete-parse-list-regexp, guix-pcomplete-parse-regexp-group, guix-pcomplete-systems, guix-pcomplete-hash-formats, guix-pcomplete-refresh-subsets, guix-pcomplete-key-policies): Move and rename to ... * emacs/guix-help-vars.el (guix-help-parse-package-regexp, guix-help-parse-command-regexp, guix-help-parse-long-option-regexp, guix-help-parse-short-option-regexp, guix-help-parse-list-regexp, guix-help-parse-regexp-group, guix-help-system-types, guix-help-hash-formats, guix-help-refresh-subsets, guix-help-key-policies): ...here. New file. (guix-help-parse-option-regexp, guix-help-source-types, guix-help-verify-options, guix-help-elpa-archives): New variables. * emacs.am (ELFILES): Add "guix-help-vars.el".
* emacs: Add 'guix-package-names'.Alex Kost2015-08-30
| | | | | * emacs/guix-main.scm (package-names, package-names-lists): New procedures. * emacs/guix-base.el (guix-package-names): New function.
* emacs: Add 'guix-graph-type-names'.Alex Kost2015-08-30
| | | | | | * emacs/guix-main.scm: Use (guix scripts graph) module. (graph-type-names): New procedure. * emacs/guix-base.el (guix-graph-type-names): New function.
* guix graph: Export node types and <node-type> accessors.Alex Kost2015-08-30
| | | | | | * guix/scripts/graph.scm (%node-types, node-type, node-type?, node-type-identifier, node-type-label, node-type-edges, node-type-convert, node-type-name, node-type-description): Export.
* emacs: Add 'guix-lint-checker-names'.Alex Kost2015-08-30
| | | | | | * emacs/guix-main.scm: Use (guix scripts lint) module. (lint-checker-names): New procedure. * emacs/guix-base.el (guix-lint-checker-names): New function.
* guix lint: Export checkers and <lint-checker> accessors.Alex Kost2015-08-30
| | | | | | * guix/scripts/lint.scm (%checkers, lint-checker, lint-checker?, lint-checker-name, lint-checker-description, lint-checker-check): Export.
* emacs: Add 'guix-memoized-defalias' macro.Alex Kost2015-08-30
| | | | | * emacs/guix-utils.el (guix-memoized-defalias): New macro. (guix-memoized-font-lock-keywords): New variable.
* emacs: Add 'guix-any'.Alex Kost2015-08-30
| | | | * emacs/guix-utils.el (guix-any): New function.
* emacs: Add utils to copy guix command.Alex Kost2015-08-30
| | | | | * emacs/guix-utils.el (guix-copy-as-kill, guix-copy-command-as-kill): New functions.
* emacs: Add utils to make symbol and string for guix command.Alex Kost2015-08-30
| | | | | * emacs/guix-utils.el (guix-shell-quote-argument, guix-command-symbol, guix-command-string): New functions.
* emacs: Add and use 'guix-concat-strings'.Alex Kost2015-08-30
| | | | | | * emacs/guix-utils.el (guix-concat-strings): New function. * emacs/guix-pcomplete.el (guix-pcomplete-short-options): Use it. * emacs/guix-base.el (guix-get-package-strings): Likewise.
* emacs: Add and use 'guix-while-search'.Alex Kost2015-08-30
| | | | | | * emacs/guix-utils.el (guix-while-search): New macro. * emacs/guix-pcomplete.el (guix-pcomplete-run-guix-and-search): Use it. * emacs/guix-prettify.el (guix-prettify-decompose-buffer): Likewise.
* emacs: Add 'guix-prettify' to 'guix' custom group.Alex Kost2015-08-30
| | | | * emacs/guix-prettify.el (guix-prettify): Add 'guix' group.
* emacs: Remove leftover internal variable.Alex Kost2015-08-30
| | | | | | | This is a followup to commit 74cc67372ec3771b157c015da4ba7ed5d921799f. * emacs/guix-base.el (guix-define-buffer-type): Remove 'mode-map' variable.
* gnu: clutter: Add "doc" output.Ludovic Courtès2015-08-30
| | | | | * gnu/packages/gnome.scm (clutter)[outputs]: New field. [arguments]: Pass --with-html-dir.
* gnu: Add libchamplain.Ludovic Courtès2015-08-30
| | | | * gnu/packages/gnome.scm (libchamplain): New variable.
* gnu: Make ruby-diff-lcs a public package.David Thompson2015-08-29
| | | | | | * gnu/packages/ruby.scm (ruby-diff-lcs-for-rspec): Rename this... (ruby-diff-lcs): ... to this, and export it. (ruby-rspec-expectation, ruby-rspec-mocks): Use new varaible.
* download: Keep a single copy of the mirror file.Ludovic Courtès2015-08-29
| | | | | | | | This saves ~10% on 'guix build inkscape -Sd'. * guix/download.scm (%mirror-file): New variable. (url-fetch): Remove #:mirrors parameter. Remove 'mirror-file'; refer to '%mirror-file' instead.
* doc: Mention the "normalized codeset" used in locale names.Ludovic Courtès2015-08-29
| | | | | | | | * doc/guix.texi (Locales): Introduce "codeset". <%default-locale-definitions>: Mention the "normalized codeset", with an xref to libc's manual. * gnu/system/locale.scm (%default-locale-definitions)[utf8-locale]: Mention the "normalized codeset" in a comment.
* refresh: Add missing newline in warning message.Ludovic Courtès2015-08-29
| | | | | | | Reported by karhunkynsi on #guix. * guix/scripts/refresh.scm (update-package): Add missing newline in string literal passed to 'warning'.
* gnu: ruby-i18n: Update to 0.7.0.David Thompson2015-08-29
| | | | * gnu/packages/ruby.scm (ruby-i18n): Update to 0.7.0.
* gnu: mpv: Replace "jack-2" with "jack-1".Ricardo Wurmus2015-08-29
| | | | * gnu/packages/video.scm (mpv)[inputs]: Replace "jack-2" with "jack-1".
* gnu: gst-plugins-good: Replace "jack-2" with "jack-1".Ricardo Wurmus2015-08-29
| | | | | * gnu/packages/gstreamer.scm (gst-plugins-good)[inputs]: Replace "jack-2" with "jack-1".
* gnu: audacity: Replace "jack-2" with "jack-1".Ricardo Wurmus2015-08-29
| | | | | * gnu/packages/audacity.scm (audacity)[inputs]: Replace "jack-2" with "jack-1".
* gnu: rsound: Add file-name field to source origin.Ricardo Wurmus2015-08-29
| | | | * gnu/packages/audio.scm (rsound)[source]: Add 'file-name' field.
* gnu: rsound: Replace "jack-2" with "jack-1".Ricardo Wurmus2015-08-29
| | | | * gnu/packages/audio.scm (rsound)[inputs]: Replace "jack-2" with "jack-1".
* gnu: Add yelp-tools.宋文武2015-08-29
| | | | * gnu/packages/gnome.scm (yelp-tools): New variable.
* gnu: Add yelp.宋文武2015-08-29
| | | | * gnu/packages/gnome.scm (yelp): New variable.
* gnu: Add yelp-xsl.宋文武2015-08-29
| | | | * gnu/packages/gnome.scm (yelp-xsl): New variable.
* download: Keep only 2 store items for all the downloads.Ludovic Courtès2015-08-29
| | | | | | | | | This significantly reduces churn in the store. It also reduces run time of 'guix build inkscape -Sd' by ~10%. * guix/download.scm (url-fetch)[mirror-file]: New variable. [builder]: Get URL from the "guix download url" env. var. Get the mirrors from MIRROR-FILE. Pass #:script-name and #:env-vars to 'gexp->derivation'.
* gexp: Add #:script-name parameter to 'gexp->derivation'.Ludovic Courtès2015-08-29
| | | | | * guix/gexp.scm (gexp->derivation): Add #:script-name parameter. * doc/guix.texi (G-Expressions): Document it.
* monads: Inline the procedure returned by liftN.Ludovic Courtès2015-08-29
| | | | | * guix/monads.scm (define-lift): Turn into a macro that open-codes the result of its lift.
* gnu: shadow: Update to 4.2.1.宋文武2015-08-28
| | | | | * gnu/packages/admin.scm (shadow): Update to 4.2.1. [source]: Use the release tarball.
* gnu: Add abduco.Leo Famulari2015-08-28
| | | | | | | * gnu/packages/abduco.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add cabal-install.Siniša Biđin2015-08-28
| | | | | | * gnu/packages/haskell.scm (cabal-install): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: conky: Fix license.Ludovic Courtès2015-08-28
| | | | * gnu/packages/conky.scm (conky)[license]: Set to LICENSE:GPL3+.
* gnu: services: Add nginx-service.David Thompson2015-08-27
| | | | | | * gnu/services/web.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * guix.texi ("Web Services"): New section.
* import: Add Ruby gem importer.David Thompson2015-08-27
| | | | | | | | * gnu/scripts/import.scm (importers): Add "gem". * gnu/import/gem.scm: New file. * gnu/scripts/import/gem.scm: New file. * Makefile.am (MODULES): Add them. * guix.texi ("invoking guix import"): Document it.
* import: pypi: Move generally useful procedures to utils module.David Thompson2015-08-27
| | | | | | | | * guix/import/pypi.scm (make-pypi-sexp): Factorize license to symbol conversion code. (string->license, snake-case, guix-hash-url): Move from here... * guix/import/utils.scm: ... to here. (license->symbol): New procedure.
* gnu: Add ruby-arel.David Thompson2015-08-27
| | | | * gnu/packages/ruby.scm (ruby-arel): New variable.