~ruther/guix-local

26ecc2a7 — Ludovic Courtès 10 years ago
gnu: Add missing patch for Guile-Present.

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.
ddfddb0c — Ricardo Wurmus 10 years ago
gnu: Add ZynAddSubFX.

* gnu/packages/music.scm (zynaddsubfx): New variable.
96f8d991 — Ricardo Wurmus 10 years ago
gnu: Add minixml.

* gnu/packages/xml.scm (minixml): New variable.
95283f3f — Ricardo Wurmus 10 years ago
gnu: Add gerbv.

* gnu/packages/engineering.scm (gerbv): New variable.
97f70018 — Ricardo Wurmus 10 years ago
gnu: Add po4a.

* gnu/packages/gettext.scm (po4a): New variable.
3f88152d — Ricardo Wurmus 10 years ago
gnu: Add TeX Gyre fonts.

* gnu/packages/fonts.scm (font-tex-gyre): New variable.
dee38b7b — Ricardo Wurmus 10 years ago
guix: Add GUST font license 1.0.

* guix/licenses.scm (gfl1.0): New variable.
a96524cc — David Thompson 10 years ago
import: gem: Fix minor bug and add unit test.

* 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.
385a44be — David Thompson 10 years ago
gnu: Add sassc.

* gnu/packages/web.scm (sassc): New variable.
2053949a — Cyril Roelandt 10 years ago
gnu: Add python-oslotest

* gnu/packages/openstack.scm (python-oslotest, python2-olsotest): New variables.
1edd421b — Cyril Roelandt 10 years ago
gnu: Add python-os-client-config

* gnu/packages/openstack.scm (python-os-client-config,
  python2-os-client-config): New variables.
35f1ebeb — Cyril Roelandt 10 years ago
gnu: Add python-mox3.

* gnu/packages/openstack.scm (python-mox3, python2-mox3): New variables.
7c4810a1 — Cyril Roelandt 10 years ago
gnu: Add python-pbr.

* gnu/packages/openstack.scm: New file.
* gnu-system.am: Add it.
7e7b27d9 — Cyril Roelandt 10 years ago
gnu: add python-appdirs.

* gnu/packages/python.scm (python-appdirs, python2-appdirs): New variables.
44fd0994 — Ludovic Courtès 10 years ago
gnu: guile-ssh: Update to 0.8.0.

* gnu/packages/ssh.scm (guile-ssh): Update to 0.8.0.
  [inputs]: Use LIBGCRYPT instead of LIBGCRYPT-1.5.
87390c15 — Ludovic Courtès 10 years ago
gnu: libssh: Update to 0.6.5.

* gnu/packages/ssh.scm (libssh): Update to 0.6.5.
  [source]: Remove 'patches'.
  [inputs]: Use LIBGCRYPT instead of LIBGCRYPT-1.5.
6e3fdbbe — Ludovic Courtès 10 years ago
gnu: Add emacs-flycheck.

* gnu/packages/emacs.scm (flycheck): New variable.
1defd8cd — Ludovic Courtès 10 years ago
gnu: Add emacs-let-alist.

* gnu/packages/emacs.scm (let-alist): New variable.
761d6fd9 — Alex Kost 10 years ago
emacs: Add "View graph" action to graph popup.

* 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.
32c0b6d7 — Alex Kost 10 years ago
emacs: Allow users to choose a 'find-file' function.

* emacs/guix-utils.el (guix-find-file-function): New variable.
  (guix-find-file): Use it.
Next