summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add po4a.Ricardo Wurmus2015-09-02
| | | | * gnu/packages/gettext.scm (po4a): New variable.
* gnu: Add TeX Gyre fonts.Ricardo Wurmus2015-09-02
| | | | * gnu/packages/fonts.scm (font-tex-gyre): New variable.
* guix: Add GUST font license 1.0.Ricardo Wurmus2015-09-02
| | | | * guix/licenses.scm (gfl1.0): New variable.
* import: gem: Fix minor bug and add unit test.David Thompson2015-09-01
| | | | | | | | * guix/import/gem.scm (make-gem-sexp): Properly handle an empty list of licenses. When rendering a list of licenses, cons 'list onto the front of the expression. * tests/gem.scm: New file. * Makefile.am (SCM_TESTS): Add it.
* gnu: Add sassc.David Thompson2015-09-01
| | | | * gnu/packages/web.scm (sassc): New variable.
* gnu: Add python-oslotestCyril Roelandt2015-09-01
| | | | * gnu/packages/openstack.scm (python-oslotest, python2-olsotest): New variables.
* gnu: Add python-os-client-configCyril Roelandt2015-09-01
| | | | | * gnu/packages/openstack.scm (python-os-client-config, python2-os-client-config): New variables.
* gnu: Add python-mox3.Cyril Roelandt2015-09-01
| | | | * gnu/packages/openstack.scm (python-mox3, python2-mox3): New variables.
* gnu: Add python-pbr.Cyril Roelandt2015-09-01
| | | | | * gnu/packages/openstack.scm: New file. * gnu-system.am: Add it.
* gnu: add python-appdirs.Cyril Roelandt2015-09-01
| | | | * gnu/packages/python.scm (python-appdirs, python2-appdirs): New variables.
* gnu: guile-ssh: Update to 0.8.0.Ludovic Courtès2015-09-01
| | | | | * gnu/packages/ssh.scm (guile-ssh): Update to 0.8.0. [inputs]: Use LIBGCRYPT instead of LIBGCRYPT-1.5.
* gnu: libssh: Update to 0.6.5.Ludovic Courtès2015-09-01
| | | | | | * gnu/packages/ssh.scm (libssh): Update to 0.6.5. [source]: Remove 'patches'. [inputs]: Use LIBGCRYPT instead of LIBGCRYPT-1.5.
* gnu: Add emacs-flycheck.Ludovic Courtès2015-09-01
| | | | * gnu/packages/emacs.scm (flycheck): New variable.
* gnu: Add emacs-let-alist.Ludovic Courtès2015-09-01
| | | | * gnu/packages/emacs.scm (let-alist): New variable.
* emacs: Add "View graph" action to graph popup.Alex Kost2015-09-01
| | | | | | | * emacs/guix-command.el: Require 'guix-external'. (guix-run-view-graph): New function. (guix-command-additional-execute-arguments, guix-command-special-executors): Add entries for "View graph" action.
* emacs: Allow users to choose a 'find-file' function.Alex Kost2015-09-01
| | | | | * emacs/guix-utils.el (guix-find-file-function): New variable. (guix-find-file): Use it.
* emacs: Add code to run 'dot' program.Alex Kost2015-09-01
| | | | | * emacs/guix-external.el: New file. * emacs.am (ELFILES): Add it.
* emacs: Add code to pipe guix output to external program.Alex Kost2015-09-01
| | | | | * emacs/guix-main.scm: Use (ice-9 popen) module. (pipe-guix-output): New procedure.
* gnu: Add Guile-Present.Ludovic Courtès2015-08-31
| | | | * gnu/packages/gtk.scm (guile-present): New variable.
* gnu: Add Guile-RSVG.Ludovic Courtès2015-08-31
| | | | | | * gnu/packages/gtk.scm (guile-rsvg): New variable. * gnu/packages/patches/guile-rsvg-pkgconfig.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add frescobaldi.Ricardo Wurmus2015-08-31
| | | | * gnu/packages/music.scm (frescobaldi): New variable.
* gnu: Add python-ly.Ricardo Wurmus2015-08-31
| | | | * gnu/packages/python.scm (python-ly): New variable.
* gnu: Add python-poppler-qt4.Ricardo Wurmus2015-08-31
| | | | * gnu/packages/pdf.scm (python-poppler-qt4): New variable.
* gnu: Add poppler-qt4.Ricardo Wurmus2015-08-31
| | | | * gnu/packages/pdf.scm (poppler-qt4): New variable.
* gnu: Add ruby-thor.Ricardo Wurmus2015-08-31
| | | | * gnu/packages/ruby.scm (ruby-thor): New variable.
* gnu: Add ruby-xml-simple.Ricardo Wurmus2015-08-31
| | | | * gnu/packages/ruby.scm (ruby-xml-simple): New variable.
* gnu: Add ruby-orderedhash.Ricardo Wurmus2015-08-31
| | | | * gnu/packages/ruby.scm (ruby-orderedhash): New variable.
* gnu: Add ruby-atoulme-antwrap.Ricardo Wurmus2015-08-31
| | | | * gnu/packages/ruby.scm (ruby-atoulme-antwrap): New variable.
* gnu: Add ruby-rjb.Ricardo Wurmus2015-08-31
| | | | * gnu/packages/ruby.scm (ruby-rjb): New variable.
* gnu: Add ruby-builder.Ricardo Wurmus2015-08-31
| | | | * gnu/packages/ruby.scm (ruby-builder): New variable.
* gnu: libedit: Enable wide character support.Ricardo Wurmus2015-08-31
| | | | | * gnu/packages/libedit.scm (libedit)[arguments]: Add "--enable-widec" to configure flags.
* gnu: libedit: Update to 20150325-3.1.Ricardo Wurmus2015-08-31
| | | | * gnu/packages/libedit.scm (libedit): Update to 20150325-3.1.
* build: Add R build system.Ricardo Wurmus2015-08-31
| | | | | | | * guix/build-system/r.scm: New file. * guix/build/r-build-system: New file. * Makefile.am (MODULES): Add new files. * doc/guix.texi (Build Systems): Document r-build-system.
* import: Add 'cran' importer.Ricardo Wurmus2015-08-31
| | | | | | | | | | | | * guix/import/cran.scm: New file. * guix/scripts/import.scm: Add "cran" to 'importers'. * guix/scripts/import/cran.scm: New file. * tests/cran.scm: New file. * Makefile.am (MODULES): Add 'guix/import/cran.scm' and 'guix/scripts/import/cran.scm'. (SCM_TESTS): Add 'tests/cran.scm'. * doc/guix.texi (Invoking guix import): Document it. * po/guix/POTFILES.in: Add 'guix/scripts/import/cran.scm'.
* emacs: Use only one guix-load-path variable.Mathieu Lirzin2015-08-30
| | | | | emacs/guix-init.el (guix-load-path): Move to ... emacs/guix-backend.el (guix-load-path): ... Here. Redefine it.
* emacs: Fix guix-guile-program default value.Mathieu Lirzin2015-08-30
| | | | | | | | | Fixes <http://bugs.gnu.org/21127>. * emacs/guix-backend.el: Use guix-config. (guix-guile-program): Move to ... * emacs/guix-config.el.in (guix-guile-program): ... here. Use Guile program file name from compile-time instead of depending on PATH.
* 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.