~ruther/guix-local

f92d99a5 — Leo Famulari 9 years ago
gnu: imagemagick: Update to 6.9.5-4 [fixes CVE-2016-6491].

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.5-4.
eb3bd676 — Albin Söderqvist 9 years ago
gnu: openttd: Update to 1.6.1.

* gnu/packages/games.scm (openttd): Update to 1.6.1 and expand the
package description.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2fa66f45 — Tomáš Čech 9 years ago
gnu: mutt: Update to 1.6.2.

* gnu/packages/mail.scm(mutt): Update to 1.6.2.
4bc37bf0 — Kei Kebreau 9 years ago
gnu: Add python-pygame.

* gnu/packages/game-development.scm (python-pygame): New variable.
d8841cc5 — Kei Kebreau 9 years ago
gnu: Add libsmpeg.

* gnu/packages/video.scm (libsmpeg): New variable.
a82a201a — Alex Kost 9 years ago
emacs: Disable grafts when dry-run is enabled.

* emacs/guix-main.scm (process-package-actions): Set grafting according
to 'dry-run?'.
* guix/scripts.scm (build-package): Disable grafts when 'dry-run?' is #t.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
6661db4e — Leo Famulari 9 years ago
gnu: stellarium: Improve description.

Suggested by Danny Milosavljevic <dannym@scratchpost.org>.

* gnu/packages/education.scm (stellarium)[description]: Mention telescope
tracking.
c4382cd1 — Ben Woodcroft 9 years ago
gnu: diamond: Update to 0.8.17.

* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.17.
gnu: gnunet-gtk: Configure with gnunet path.

* gnun/packages/gnunet.scm (gnunet-gtk)[arguments]: Add '--with-gnunet'
to #:configure-flags.

Signed-off-by: 宋文武 <iyzsong@gmail.com>
d2563973 — Eric Bavier 9 years ago
gnu: Add tuxpaint-config.

* gnu/packages/games.scm (tuxpaint-config): New variable.
c3d850f2 — Eric Bavier 9 years ago
gnu: Add tuxpaint-stamps.

* gnu/packages/games.scm (tuxpaint-stamps): New variable.
9b1ada4e — Eric Bavier 9 years ago
gnu: Add Tux Paint.

* gnu/packages/games.scm (tuxpaint): New variable.
* gnu/packages/patches/tuxpaint-stamps-path.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
23319ed6 — Alex Griffin 9 years ago
gnu: beets: Update to 1.3.19.

* gnu/packages/music.scm (beets): Update to 1.3.19.
[source]: Remove patch to skip failing tests.
* gnu/packages/patches/beets-image-test-failure.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Leo Famulari <leo@famulari.name>
d1c9d3bb — Leo Famulari 9 years ago
gnu: python-protobuf: Update to 3.0.0.

* gnu/packages/protobuf.scm (python-protobuf, python2-protobuf):
Update to 3.0.0.
48b7e4a6 — Leo Famulari 9 years ago
gnu: btrfs-progs: Update to 4.6.1

* gnu/packages/linux.scm (btrfs-progs): Update to 4.6.1.
[native-inputs]: Add WHICH.
9bdf56dc — Mark H Weaver 9 years ago
gnu: gd: Add fix for gd2_read test.

* gnu/packages/patches/gd-fix-gd2-read-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gd.scm (gd)[source]: Add patch.
de30a6e0 — Leo Famulari 9 years ago
gnu: protobuf: Update to 2.6.1.

* gnu/packages/protobuf.scm (protobuf): Update to 2.6.1.
[source]: Update to new upstream URL.
da2d893e — Ludovic Courtès 9 years ago
size: Fix corner case with multiple items on the command line.

Fixes 'guix size foo bar' when 'foo' is in the local store and 'bar'
isn't, which could lead to an incomplete requisite list.

* guix/scripts/size.scm (requisites*): Partition ITEMS according to
'valid-path?'.  Use 'substitutable-requisites' only on invalid items.
31c995f8 — Mark H Weaver 9 years ago
Revert "gnu: gd: Add fix for gd2_read test."

This reverts commit ce290354ec4e97003be5f56042e55b36831818c1.
ce290354 — Mark H Weaver 9 years ago
gnu: gd: Add fix for gd2_read test.

* gnu/packages/patches/gd-fix-gd2-read-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gd.scm (gd)[source]: Add patch.
Next