~ruther/guix-local

dc673fa1 — Mathieu Lirzin 9 years ago
derivations: Make <derivation> record datatype immutable.

* guix/derivations.scm (<derivation>): Make it immutable.
(derivation): Use generic 'set-field' instead of ad-hoc functional setter.
5c6a30c5 — Mathieu Lirzin 9 years ago
git download: Remove redundant argument in 'gexp->derivation' call.

* guix/git-download.scm (git-fetch): Call 'gexp->derivation' with only one
'#:local-build?' keyword argument.
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.
9b5364a3 — Ludovic Courtès 9 years ago
daemon: Allow check builds of 'builtin:download' derivations.

Fixes <http://bugs.gnu.org/25089>.
Reported by Leo Famulari <leo@famulari.name>.

* nix/libstore/build.cc (DerivationGoal::runChild): In the 'isBuiltin'
case, check whether DRV's output is in 'redirectedOutputs', and pass an
'output' argument to the built-in builder.
(DerivationGoal::addHashRewrite): Add 'printMsg' call.
* nix/libstore/builtins.hh (derivationBuilder): Add 'output' parameter.
* nix/libstore/builtins.cc (builtinDownload): Likewise.
Add OUTPUT to ARGV.
* guix/scripts/perform-download.scm (perform-download): Add 'output'
parameter.
(guix-perform-download): Adjust 'match' clauses accordingly.
* tests/derivations.scm ("'download' built-in builder, check mode"): New
test.
aa042770 — Ludovic Courtès 9 years ago
guix package: Fix version and output for 'guix package -i /gnu/store/…'.

* guix/utils.scm (package-name->name+version): Add optional 'delimiter'
parameter.
* guix/scripts/package.scm (store-item->manifest-entry): Pass #\- as the
delimiter for 'package-name->name+version'.  Use "out" instead of #f for
the 'output' field.
* tests/guix-package.sh: Add test.
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.
Next