~ruther/guix-local

4e6230ec — Ludovic Courtès 9 years ago
refresh: Honor the selected updaters when '-u' isn't given.

Fixes a regression introduced in
e9c72306fdfd6a60158918850cb25d0ff3837d16.

* guix/scripts/refresh.scm (check-for-package-update): Add 'updaters'
parameter and honor it.
(guix-refresh): Pass UPDATERS to 'check-for-package-update'.
7632f7bc — Ludovic Courtès 9 years ago
gnu-maintenance: Factorize URL prefix predicates.

* guix/gnu-maintenance.scm (url-prefix-predicate): New procedure.
(gnome-package?): Rewrite in terms of 'url-prefix-predicate'.
(kde-package?, xorg-package?): Remove.
(%kde-updater, %xorg-updater): Use 'url-prefix-predicate'.
130079ae — Ludovic Courtès 9 years ago
tests: Create a copy-on-write image instead of copying eagerly.

* gnu/tests/install.scm (qemu-command/writable-image): Invoke 'qemu-img
-o backing_file' instead of calling 'copy-file'.
dcd9d163 — Leo Famulari 9 years ago
gnu: hdf5: Update to 1.8.18 [fixes CVE-2016-{4330,4331,4332,4333}].

* gnu/packages/maths.scm (hdf5): Update to 1.8.18.
[source]: Add alternate URL.
819c1945 — Ricardo Wurmus 9 years ago
services: nginx: Join strings with spaces.

* gnu/services/web.scm (config-domain-strings, config-index-strings):
Use "string-join" to join strings with spaces.
7edd195a — Ricardo Wurmus 9 years ago
gnu: gcj: Conditionally apply patch for armhf.

* gnu/packages/gcc.scm (gcj)[source]: Inherit from "gcc" package.
[native-inputs]: Conditionally add arm-patch.
[arguments]: Conditionally add phase "apply-arm-patch".
1d60f7c2 — Leo Famulari 9 years ago
gnu: borg: Fix the test suite.

* gnu/packages/backup.scm (borg)[arguments]: Use
add-installed-pythonpath and disable tests related to FUSE.
663d5b53 — Leo Famulari 9 years ago
gnu: git: Update to 2.11.0.

* gnu/packages/version-control.scm (git): Update to 2.11.0.
a7cf4eb6 — Mathieu Lirzin 9 years ago
services: Add 'cuirass-service'.

* gnu/services/cuirass.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Continuous integration): New node.
365de1e7 — Mathieu Lirzin 9 years ago
gnu: Add Cuirass.

* gnu/packages/ci.scm (cuirass): New variable.

Co-authored-by: Jan Nieuwenhuizen <janneke@gnu.org>
43ddcd72 — David Craven 9 years ago
gnu: guix-0.11.0: Add guile-ssh to inputs.

* gnu/packages/package-management.scm (guile-ssh)[inputs]: Add
  guile-ssh.
  [arguments]: Add guile-ssh to GUILE_LOAD_PATH.
a19a6d3a — Ricardo Wurmus 9 years ago
gnu: frescobaldi: Disable tests.

* gnu/packages/music.scm (frescobaldi)[arguments]: Disable tests.
660516e8 — John Darrington 9 years ago
gnu: Add zzuf

* gnu/packages/debug.scm (zzuf): New variable.
7f81d7f4 — Tobias Geerinckx-Rice 9 years ago
gnu: libxfont: Update to 1.5.2.

* gnu/packages/xorg.scm (libxfont): Update to 1.5.2.
7e49a851 — Tobias Geerinckx-Rice 9 years ago
gnu: gphoto2, libgphoto2: Use libjpeg-turbo.

* gnu/packages/photo.scm (gphoto2, libgphoto2)[inputs]: Add libjpeg-turbo.
9b81876f — Tobias Geerinckx-Rice 9 years ago
gnu: spice: Use libjpeg-turbo instead of libjpeg.

* gnu/packages/spice.scm (spice)[inputs]: Use libjpeg-turbo as suggested
during the build.
7cba7647 — Tobias Geerinckx-Rice 9 years ago
gnu: icecat: Use libjpeg-turbo instead of bundled libjpeg.

* gnu/packages/gnuzilla.scm (icecat)[source]: Remove bundled libjpeg, which
is actually libjpeg-turbo.
[inputs]: Add libjpeg-turbo.
[arguments]: Use it.
37e05d64 — Tobias Geerinckx-Rice 9 years ago
gnu: Add libjpeg-turbo.

* gnu/packages/image.scm (libjpeg-turbo): New variable.
dc2ef09a — Hartmut Goebel 9 years ago
gnu: kauth: Fix cmake macros to be used by other packages.

* gnu/packages/kde-framework.scm (kauth)[phases]: New phase
  fix-cmake-install-paths.
7b722e3c — Hartmut Goebel 9 years ago
gnu: extra-cmake-modules: Always install into /lib and not into /lib64.

* gnu/packages/kde-frameworks.scm (extra-cmake-modules)[phases]:
  New phase fix-lib-path.
Next