~ruther/guix-local

c695ed3c — Mathieu Othacehe 9 years ago
gnu: Add emacs-mu4e-alert.

* gnu/packages/emacs.scm (emacs-mu4e-alert): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
2c5e31fa — Mathieu Othacehe 9 years ago
gnu: Add emacs-alert.

* gnu/packages/emacs.scm (emacs-alert): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
ba117841 — Mathieu Othacehe 9 years ago
gnu: Add emacs-gntp.

* gnu/packages/emacs.scm (emacs-gntp): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
521f5d96 — Mathieu Othacehe 9 years ago
gnu: Add emacs-log4e.

* gnu/packages/emacs.scm (emacs-log4e): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
1e523180 — Mathieu Othacehe 9 years ago
gnu: Add emacs-ht.

* gnu/packages/emacs.scm (emacs-ht): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
1c671346 — Alex Kost 9 years ago
gnu: tvtime: Update to 1.0.11.

* gnu/packages/tv.scm (tvtime): Update to 1.0.11.
eccfa301 — Alex Kost 9 years ago
gnu: manaplus: Update to 1.7.1.21.

* gnu/packages/games.scm (manaplus): Update to 1.7.1.21.
f31f1aca — Alex Kost 9 years ago
doc: Fix typos.

* doc/guix.texi: Use "@" for package specifications.
aaf111a2 — Leo Famulari 9 years ago
gnu: transmission-remote-cli: Superseded by tremc.

* gnu/packages/bittorrent.scm (transmission-remote-cli)[properties]: New field.
e906f4e1 — Leo Famulari 9 years ago
gnu: Add tremc.

* gnu/packages/bittorrent.scm (tremc): New variable.
a0885414 — Leo Famulari 9 years ago
doc: Clarify "Installing GuixSD in a VM".

* doc/guix.texi (Installing GuixSD in a VM): Mention decompressing the
installation image.
4ab09ac8 — Leo Famulari 9 years ago
gnu: ldc: Add missing patches.

This is a followup to commit 2429dde57d8461cc8e51dbe6c9d47d795fe6fc9a.

* gnu/packages/patches/ldc-1.1.0-disable-dmd-tests.patch,
gnu/packages/patches/ldc-1.1.0-disable-phobos-tests.patch: New files.
d36b8457 — Leo Famulari 9 years ago
doc: Fix networking instructions in "Installing GuixSD in a VM".

This is a followup to commit c8b543741f422ecf41e7635c6a1c40b3bd55947a.

* doc/guix.texi (Installing GuixSD in a VM): Fix typo.
0050876b — 宋文武 9 years ago
gnu: assword: Wrap with the GObject typelib of GTK+.

Fixes <https://debbugs.gnu.org/25457>.

* gnu/packages/password-utils.scm (assword)[inputs]: Add 'gtk+'.
[arguments]: Add 'wrap-assword' phase.
736cfc10 — 宋文武 9 years ago
gnu: python-xdo: Hardcode the path of 'libxdo.so'.

* gnu/packages/python.scm (python-xdo)[arguments]: Add 'patch-libxdo-path'
phase.
0b5e0863 — 宋文武 9 years ago
gnu: python-xdo: Add 'python-six' to 'propagated-inputs'.

* gnu/packages/python.scm (python-xdo)[propagated-inputs]: New field.
bd05ea41 — 宋文武 9 years ago
gnu: gtksourceview-2: Adjust inputs.

Fixes <https://debbugs.gnu.org/25537>.

* gnu/packages/gtk.scm (gtksourceview-2): Move 'shared-mime-info' and
'xorg-server' to 'native-inputs'.  Move 'gtk+-2' to 'propagated-inputs'.
2429dde5 — Muriithi Frederick Muriuki 9 years ago
gnu: Add ldc@1.1.0-beta6.

* gnu/packages/ldc.scm (ldc-1.1.0-beta6, ldc-beta): New variables.
* gnu/packages/patches/ldc-1.1.0-disable-dmd-tests.patch: New file.
* gnu/packages/patches/ldc-1.1.0-disable-phobos-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add them.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b45dbfc9 — Carlo Zancanaro 9 years ago
tests: Adjust pypi test to recent importer change.

This is a followup to 2f977d92d3ae517788d3dee98f63680ca149aa1a.

* tests/pypi.scm ("pypi->guix-package"): Don't expect 'python-setuptools' in
'propagated-inputs'.
("pypi->guix-package, wheels"): Likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4a780bdf — Ludovic Courtès 9 years ago
doc: Add missing Upstart command for the binary installation.

Fixes <http://bugs.gnu.org/25551>.
Reported by Jason Self <jason@bluehome.net>.

* doc/guix.texi (Binary Installation): Add 'initctl
reload-configuration' command for Upstart.
Next