~ruther/guix-local

ref: dc673fa1131fb5d1e5ca29acb4a693cfb906986f guix-local/gnu d---------
b02733d4 — Mark H Weaver 9 years ago
gnu: libosinfo: Fix substitute fetching for usb.ids.

* gnu/packages/qemu.scm (libosinfo)[native-inputs]: Add 'file-name' field to
'origin' record of "usb.ids".  Otherwise, the default file name contains a "?"
which leads to failure to fetch nars from substitute servers.
c5edbb97 — David Craven 9 years ago
gnu: ardour: Add eudev dependency.

* gnu/packages/audio.scm (ardour)[inputs]: Add eudev.
c96cb01a — David Craven 9 years ago
Revert "gnu: Add threaded variants of fftw and fftwf for Ardour and mod-host."

These variants are no longer needed.

Followup to 86f4e9d76a75c405b3b6c5b3f1717df0e45f4e68.

This reverts commit 45591fd7fde1a400a416cb99939f6dd766445f94.
9e485ffa — Ludovic Courtès 9 years ago
gnu: kcrash: Work around race condition when starting Xvfb.

Sometimes tests would start running before Xvfb is listening.
See <https://hydra.gnu.org/build/1750201>.

* gnu/packages/kde-frameworks.scm (kcrash)[arguments]: In
'start-xorg-server', add 'sleep' call after starting Xvfb.  Pass "Xvfb"
to 'system' instead of its absolute file name.
dca73a74 — Leo Famulari 9 years ago
Revert "gnu: nss: Add comment about test failures in NSS 3.27.2"

This reverts commit 4f6ff977c22b996765178a1dcc6e8f1523601817.
5a52e86e — Efraim Flashner 9 years ago
gnu: cairomm: Update to 1.12.2.

* gnu/packages/gtk.scm (cairomm): Update to 1.12.2.
[source]: Download from cairographics.org.
[home-page]: Use https.
b3822954 — Efraim Flashner 9 years ago
gnu: cairo: Update to 1.14.8.

* gnu/packages/gtk.scm (cairo): Update to 1.14.8.
[source]: Use https.
[home-page]: Use https.
16f6ee99 — Efraim Flashner 9 years ago
gnu: harfbuzz: Update to 1.3.4.

* gnu/packages/gtk.scm (harfbuzz): Update to 1.3.4.
51f0592f — Efraim Flashner 9 years ago
gnu: poppler: Update to 0.50.0.

* gnu/packages/pdf.scm (poppler): Update to 0.50.0.
f8489f16 — Efraim Flashner 9 years ago
gnu: cups-filters: Update to 1.13.1.

* gnu/packages/cups.scm (cups-filters): Update to 1.13.1.
[inputs]: Switch libjpeg-8 to libjpeg.
[arguments]: Disable driverless printing, set location for bash shell.
b4c8c413 — David Thompson 9 years ago
gnu: mesa: Enable floating point textures.

* gnu/packages/gl.scm (mesa): Add --enable-texture-float to configure flags.
5e107b22 — Marius Bakke 9 years ago
gnu: libxpm: Update to 3.5.12.

* gnu/packages/xorg.scm (libxpm): Update to 3.5.12.
45e38a07 — Tobias Geerinckx-Rice 9 years ago
gnu: kmod: Update to 23.

* gnu/packages/linux.scm (kmod): Update to 23.
54d8d0fe — John Darrington 9 years ago
gnu: Patch libxt's default search path.

* gnu/packages/patches/libxt-guix-search-paths.patch: New file.
* gnu/packages/xorg.scm (libxt) [source]: Add patch.
69323016 — Ludovic Courtès 9 years ago
services: wicd: Create /var/run/wpa_supplicant.

* gnu/services/networking.scm (%wicd-activation): Create
/var/run/wpa_supplicant.
7b903a92 — Leo Famulari 9 years ago
gnu: eyed3: Update to 0.7.10.

* gnu/packages/mp3.scm (eyed3): Update to 0.7.10.
541b3f59 — Leo Famulari 9 years ago
gnu: beets: Update to 1.4.3.

* gnu/packages/music.scm (beets): Update to 1.4.3.
653439c6 — Leo Famulari 9 years ago
gnu: python-mutagen: Update to 1.36.

* gnu/packages/music.scm (python-mutagen, python2-mutagen): Update to 1.36.
2fbc004f — Kei Kebreau 9 years ago
gnu: moc: Update to 2.5.2.

* gnu/packages/music.scm (moc): Update to 2.5.2.
[source](modules, snippet): Remove timestamps from the output.
b0a56764 — Leo Famulari 9 years ago
gnu: cracklib: Fix buffer overflow.

* gnu/packages/patches/cracklib-fix-buffer-overflow.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/password-utils.scm (cracklib)[source]: Use it.
Next