~ruther/guix-local

e1cf4fd2 — Oleg Pykhalov 8 years ago
services: cgit: Add more configuration fields.

* gnu/services/version-control.scm (cgit-service-type): Move to separate file.
* gnu/services/cgit.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add this.
* gnu/tests/version-control.scm: Add this.
* doc/guix.texi (Cgit Service): Document this.
29d37e99 — Ludovic Courtès 8 years ago
gnu: make-bootstrap: Build grep without PCRE support.

Partly fixes <https://bugs.gnu.org/24841>.
Reported by Chris Marusich <cmmarusich@gmail.com>.

This fixes cross-compilation of the statically-linked grep.

* gnu/packages/make-bootstrap.scm (%static-inputs): Add 'inputs' field
for grep.
7349fed5 — Tobias Geerinckx-Rice 8 years ago
gnu: perl-x11-xcb: Update to 0.17.

* gnu/packages/xorg.scm (perl-x11-xcb): Update to 0.17.
fa964e96 — Tobias Geerinckx-Rice 8 years ago
gnu: perl-xml-sax-base: Update to 1.09.

* gnu/packages/xml.scm (perl-xml-sax-base): Update to 1.09.
5cacd314 — Tobias Geerinckx-Rice 8 years ago
gnu: tig: Update to 2.3.3.

* gnu/packages/version-control.scm (tig): Update to 2.3.3.
[arguments]: Substitute INVOKE for SYSTEM*.
4886d5b2 — Tobias Geerinckx-Rice 8 years ago
gnu: spin2cpp: Update to 3.6.4.

* gnu/packages/embedded.scm (spin2cpp): Update to 3.6.4.
7da5db8e — Tobias Geerinckx-Rice 8 years ago
gnu: godot: Update to 3.0.1.

* gnu/packages/game-development.scm (godot): Update to 3.0.1.
[arguments]: End phases with #t and remove redundant MKDIR-P.
130acf72 — Tobias Geerinckx-Rice 8 years ago
gnu: love: Fix build with luajit@2.1.0-beta3.

* gnu/packages/game-development.scm (love)[source]: Add snippet fixing Lua version detection.
d5d7d26d — Tobias Geerinckx-Rice 8 years ago
gnu: perl-gd: Update to 2.68.

* gnu/packages/gd.scm (perl-gd): Update to 2.68.
[source]: Remove obsolete patch.
[native-inputs]: Remove perl-module-build.
[inputs]: Use canonical package names and order alphabetically.
[arguments]: Replace #:module-build-flags with fewer #:make-maker-flags,
enable #:tests?, and remove ‘clear-autogenerated-files’ phase.
* gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2504fd37 — Tobias Geerinckx-Rice 8 years ago
gnu: xfburn: Update to 0.5.5.

* gnu/packages/xfce.scm (xfburn): Update to 0.5.5.
c26d74dd — Tobias Geerinckx-Rice 8 years ago
gnu: phonon: Update to 4.10.0.

* gnu/packages/kde-frameworks.scm (phonon): Update to 4.10.0.
9e9a211f — Tobias Geerinckx-Rice 8 years ago
gnu: soxr: Update to 0.1.3.

* gnu/packages/audio.scm (soxr): Update to 0.1.3.
713b519e — Tobias Geerinckx-Rice 8 years ago
gnu: fluidsynth: Update to 1.1.10.

* gnu/packages/audio.scm (fluidsynth): Update to 1.1.10.
0c548d98 — Tobias Geerinckx-Rice 8 years ago
gnu: youtube-dl: Update to 2018.02.26.

* gnu/packages/video.scm (youtube-dl): Update to 2018.02.26.
4f3506a4 — Tobias Geerinckx-Rice 8 years ago
gnu: thermald: Update to 1.7.1.

* gnu/packages/admin.scm (thermald): Update to 1.7.1.
[arguments]: Substitute INVOKE for SYSTEM* and end phase with #t.
63f931cf — Tobias Geerinckx-Rice 8 years ago
gnu: gcab: Update to 1.1.

* gnu/packages/package-management.scm (gcab): Update to 1.1.
[source]: Remove git dependency in a snippet.
36d48a53 — Kei Kebreau 8 years ago
gnu: mbedtls-apache: Fix upstream typo.

A typo was introduced in version 2.7.0 that caused the hiawatha package to
fail to build. See https://github.com/ARMmbed/mbedtls/pull/1362.

* gnu/packages/tls.scm (mbedtls-apache)[source]: Add snippet to fix typo.
0fb40579 — Ludovic Courtès 8 years ago
guix package: '--search' no longer shows superseded packages.

Fixes <https://bugs.gnu.org/30566>.
Reported by Björn Höfling <bjoern.hoefling@bjoernhoefling.de>.

* guix/scripts/package.scm (find-packages-by-description): Ignore
superseded packages.
* tests/guix-package.sh: Add test.
87b6305e — Ludovic Courtès 8 years ago
gnu: polkit: Fix 'invoke' call.

* gnu/packages/polkit.scm (polkit)[arguments] <'install>: Add 'apply'.
Fixes a regression introduced in 3c4bbb4c52418c8daf8b0e4605e3912685c9f44a.
a1df45e9 — Chris Marusich 8 years ago
gnu: commencement: Add commentary regarding grafts.

* gnu/packages/commencement.scm: Add comments that were originally
  included only in the Git commit message of
  f00b85ff8d34df0a1879e593d4a85629b8586af7.

Co-Authored-By: Ludovic Courtès <ludo@gnu.org>
Next