| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
* gnu/packages/xfce.scm (xfce4-panel)[arguments]: New field.
|
|
|
|
| |
* gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Add gtk+.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (deeptools): New variable.
|
|
|
|
| |
* gnu/packages/perl.scm (perl-czplib): New variable.
|
|
|
|
|
|
|
| |
This patch should have been added in cdd383e.
* gnu/packages/patches/guile-present-coding.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
|
|
|
|
| |
* gnu/packages/music.scm (zynaddsubfx): New variable.
|
|
|
|
| |
* gnu/packages/xml.scm (minixml): New variable.
|
|
|
|
| |
* gnu/packages/engineering.scm (gerbv): New variable.
|
|
|
|
| |
* gnu/packages/gettext.scm (po4a): New variable.
|
|
|
|
| |
* gnu/packages/fonts.scm (font-tex-gyre): New variable.
|
|
|
|
| |
* guix/licenses.scm (gfl1.0): New variable.
|
|
|
|
|
|
|
|
| |
* 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/packages/web.scm (sassc): New variable.
|
|
|
|
| |
* gnu/packages/openstack.scm (python-oslotest, python2-olsotest): New variables.
|
|
|
|
|
| |
* gnu/packages/openstack.scm (python-os-client-config,
python2-os-client-config): New variables.
|
|
|
|
| |
* gnu/packages/openstack.scm (python-mox3, python2-mox3): New variables.
|
|
|
|
|
| |
* gnu/packages/openstack.scm: New file.
* gnu-system.am: Add it.
|
|
|
|
| |
* gnu/packages/python.scm (python-appdirs, python2-appdirs): New variables.
|
|
|
|
|
| |
* gnu/packages/ssh.scm (guile-ssh): Update to 0.8.0.
[inputs]: Use LIBGCRYPT instead of LIBGCRYPT-1.5.
|
|
|
|
|
|
| |
* gnu/packages/ssh.scm (libssh): Update to 0.6.5.
[source]: Remove 'patches'.
[inputs]: Use LIBGCRYPT instead of LIBGCRYPT-1.5.
|
|
|
|
| |
* gnu/packages/emacs.scm (flycheck): New variable.
|
|
|
|
| |
* gnu/packages/emacs.scm (let-alist): New variable.
|
|
|
|
|
|
|
| |
* 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/guix-utils.el (guix-find-file-function): New variable.
(guix-find-file): Use it.
|
|
|
|
|
| |
* emacs/guix-external.el: New file.
* emacs.am (ELFILES): Add it.
|
|
|
|
|
| |
* emacs/guix-main.scm: Use (ice-9 popen) module.
(pipe-guix-output): New procedure.
|
|
|
|
| |
* gnu/packages/gtk.scm (guile-present): New variable.
|
|
|
|
|
|
| |
* 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/packages/music.scm (frescobaldi): New variable.
|
|
|
|
| |
* gnu/packages/python.scm (python-ly): New variable.
|
|
|
|
| |
* gnu/packages/pdf.scm (python-poppler-qt4): New variable.
|
|
|
|
| |
* gnu/packages/pdf.scm (poppler-qt4): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-thor): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-xml-simple): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-orderedhash): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-atoulme-antwrap): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-rjb): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-builder): New variable.
|
|
|
|
|
| |
* gnu/packages/libedit.scm (libedit)[arguments]: Add "--enable-widec" to
configure flags.
|
|
|
|
| |
* gnu/packages/libedit.scm (libedit): Update to 20150325-3.1.
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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/guix-init.el (guix-load-path): Move to ...
emacs/guix-backend.el (guix-load-path): ... Here. Redefine it.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
* 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/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/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/guix-popup.el: New file.
* emacs.am (ELFILES): Add it.
|
|
|
|
|
|
|
|
| |
* 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/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.
|