~ruther/guix-local

ref: 1ef3f91a702e19b01aff2e85b7ea2abe1f7579a1 guix-local/gnu d---------
1ef3f91a — Mathieu Lirzin 10 years ago
gnu: rxvt-unicode: Install the terminal capability data.

This provides the necessary terminal capability data, which are required
by ncurses-based applications.

* gnu/packages/xdisorg.scm (rxvt-unicode)[native-inputs]: Add ncurses.
[arguments]: Set the destination of the terminfo files.
[native-search-path]: New field.  Make them automatically available to
the user.
72d8b5ba — Efraim Flashner 10 years ago
gnu: msmtp: Update to 1.6.3.

* gnu/packages/mail.scm (msmtp): Update to 1.6.3.
[inputs]: Add libsecret.
ec92806a — Efraim Flashner 10 years ago
gnu: claws-mail: Update to 3.13.1.

* gnu/packages/mail.scm (claws-mail): Update to 3.13.1.
56918e26 — Efraim Flashner 10 years ago
gnu: python-cython: Update to 0.23.4.

* gnu/packages/python.scm (python-cython): Update to 0.23.4.
e99711af — David Thompson 10 years ago
gnu: ruby: Update to 2.2.4.

This version fixes CVE-2015-7551.

* gnu/packages/ruby.scm (ruby): Update to 2.2.4.
724a7d9c — Ludovic Courtès 10 years ago
packages: Remove now redundant graph procedures.

These procedures are now redundant with those in (guix graph) and are no
longer used since commit a51cbecb.

* gnu/packages.scm (vhash-refq, package-dependencies)
(package-direct-dependents, package-transitive-dependents)
(package-covering-dependents): Remove.
54b7f63a — Efraim Flashner 10 years ago
gnu: offlineimap: Update to 6.6.0.

* gnu/packages/mail.scm (offlineimap): Update to 6.6.0.
b5d47a5a — Efraim Flashner 10 years ago
gnu: gnupg: Update to 1.4.20.

* gnu/packages/gnupg.scm (gnupg-1): Update to 1.4.20.
a4df5756 — 宋文武 10 years ago
gnu: Add gnome-shell.

* gnu/packages/gnome.scm (gnome-shell): New variable.
b645146f — 宋文武 10 years ago
gnu: Add gnome-control-center.

* gnu/packages/gnome.scm (gnome-control-center): New variable.
b96c4260 — 宋文武 10 years ago
gnu: Add gnome-bluetooth.

* gnu/packages/gnome.scm (gnome-bluetooth): New variable.
8e1dd04f — 宋文武 10 years ago
gnu: Add libgtop.

* gnu/packages/gnome.scm (libgtop): New variable.
e6823279 — 宋文武 10 years ago
gnu: Add colord-gtk.

* gnu/packages/freedesktop.scm (colord-gtk): New variable.
6976e7d2 — 宋文武 10 years ago
gnu: Add telepathy-logger.

* gnu/packages/freedesktop.scm (telepathy-logger): New variable.
ff80b963 — Efraim Flashner 10 years ago
gnu: tilda: Update to 1.3.1.

* gnu/packages/terminals.scm (tilda): Update to 1.3.1.
604d20a2 — Ludovic Courtès 10 years ago
gnu: Add tlsdate.

* gnu/packages/ntp.scm (tlsdate): New variable.
04dc6c99 — 宋文武 10 years ago
gnu: mpv: Update to 0.14.0.

* gnu/packages/video.scm (mpv): Update to 0.14.0.
599fd842 — 宋文武 10 years ago
gnu: mpv: Fix build by using pkg-config for smbclient.

This is a followup to commit 710964d.

* gnu/packages/video.scm (mpv)[arguments]: Remove 'patch-wscript' phase.
7db0799d — Ludovic Courtès 10 years ago
gnu: agg: Update URLs.

* gnu/packages/graphics.scm (agg)[source, home-page]: Add up-to-date
URLs.
3ac73271 — Ludovic Courtès 10 years ago
gnu: Use #:prefix when importing (guix licenses).

This works around a problem with #:hide, whereby Guile would report
'zlib', 'openssl', and/or 'expat as colliding bindings at run time
despite the #:hide.

* gnu/packages/linux.scm: Use #:prefix license for (guix licenses).
* gnu/packages/haskell.scm: Likewise.
Next