~ruther/guix-local

2c59cbc2 — Ludovic Courtès 10 years ago
import: hackage: Remove reference to unbound variable.

* guix/scripts/import/hackage.scm (guix-import-hackage): Fix error message for
  imports from stdin, which referred to unbound variable 'package-name'.
1acd8d22 — Ludovic Courtès 10 years ago
size: Remove leftover 'pk'.

* guix/scripts/size.scm (profile->page-map): Remove leftover 'pk'.
f3d8cd79 — Christopher Allan Webber 10 years ago
gnu: guile-minikanren: Fix README location.

* gnu/packages/guile.scm (minikanren): Fix output location for README.org

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1436c5c7 — Andreas Enge 10 years ago
gnu: teckit: Update to 2.5.4.

* gnu/packages/fontutils.scm (teckit): Update to 2.5.4. Drop patch.
  Use svn-fetch for download.
  [arguments]: Add phase to call autogen.
  [native-inputs]: New field.
* gnu/packages/patches/teckit-cstdio.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Unregister patch.
8fd3c1ff — Mark H Weaver 10 years ago
gnu: git-modes: Add file-name field to source origin.

* gnu/packages/emacs.scm (git-modes)[source]: Add 'file-name' field.
eea410f1 — Mathieu Lirzin 10 years ago
gnu: ratpoison: Add multiple monitors support.

* gnu/packages/ratpoison.scm (ratpoison)[inputs]: Add "libxinerama".
77d8bb15 — Ludovic Courtès 10 years ago
Merge branch 'version-0.8.3'
193a08e2 — Ludovic Courtès 10 years ago
gnu: guix: Update development snapshot.

* gnu/packages/package-management.scm (guix-devel): Update to commit 5d09263.
  Prefix version string with "0.8.3.".
  (guix): Set to GUIX-DEVEL.
476b2877 — Mark H Weaver 10 years ago
gnu: libsbsms: Fix build on non-Intel platforms.

* gnu/packages/audio.scm (libsbsms)[arguments]: Add "--disable-sse" to
  configure-flags unless on x86_64.
09c414d8 — Mark H Weaver 10 years ago
gnu: libsbsms: Use modify-phases.

* gnu/packages/audio.scm (libsbsms)[arguments]: Use modify-phases.
729b44e3 — Mathieu Lirzin 10 years ago
gnu: Add lxrandr.

* gnu/packages/lxde.scm (lxrandr): New variable.
6f92ad5a — Mathieu Lirzin 10 years ago
gnu: Add lxtask.

* gnu/packages/lxde.scm (lxtask): New variable.
753dc7d3 — Mathieu Lirzin 10 years ago
gnu: Add lxterminal.

* gnu/packages/lxde.scm (lxterminal): New variable.
b3527d5d — Mathieu Lirzin 10 years ago
gnu: Add pcmanfm.

* gnu/packages/lxde.scm (pcmanfm): New variable.
19dd9983 — Mathieu Lirzin 10 years ago
gnu: Add libfm.

* gnu/packages/lxde.scm (libfm): New variable.
  (libfm-extra): Inherit from it.
6e6b5344 — Mathieu Lirzin 10 years ago
gnu: Add menu-cache.

* gnu/packages/lxde.scm (menu-cache): New variable.
83365461 — Mathieu Lirzin 10 years ago
gnu: Add libfm-extra.

* gnu/packages/lxde.scm (libfm-extra): New variable.
5d09263b — Ludovic Courtès 10 years ago
gnu: guix: Update to 0.8.3.

* gnu/packages/package-management.scm (guix-0.8.2): Rename to...
  (guix-0.8.3): ... this.  Adjust users.  Add 'disable-container-tests'
  phase.
  (guix): Set to GUIX-0.8.3.
e348eaaf — Ludovic Courtès 10 years ago
check-available-binaries: Use 'substitutable-paths'.

* build-aux/check-available-binaries.scm: Rewrite to use 'substitutable-paths'
  instead of 'substitution-oracle'.  The latter does more than we need, and it
  no longer check the substitutability of valid items, which is not what we
  want.  Use 'lset-difference' instead of iterating over the items.
e9ade3ee — Ludovic Courtès 10 years ago
Update NEWS.
Next