~ruther/guix-local

1681cd4a — Ludovic Courtès 12 years ago
gnu: Add libssh.

* gnu/packages/ssh.scm (libssh): New variable.
977f03ff — Ludovic Courtès 12 years ago
build-system/cmake: Build out of source tree by default.

* guix/build-system/cmake.scm (cmake-build): Change 'out-of-source?' to
  default to #t.
* guix/build/cmake-build-system.scm (configure): Add 'out-of-source?'
  keyword parameter and honor it.
b4f0bb17 — Ludovic Courtès 12 years ago
gnu: dmd: Add service documentation.

* gnu/system/dmd.scm (<service>): Add 'documentation' field.
  (host-name-service, mingetty-service, nscd-service, syslog-service,
  static-networking-service): Provide a 'documentation' value.
  (dmd-configuration-file): Use it.
b455a118 — Ludovic Courtès 12 years ago
gnu: qemu/smb-shares: Keep the original patches.

* gnu/packages/qemu.scm (qemu/smb-shares): Keep the patches from
  QEMU-HEADLESS.
c1897890 — Andreas Enge 12 years ago
gnu: luit: Accomodate stricter warnings of gcc-4.8.

* gnu/packages/patches/luit-posix.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
* gnu/packages/xorg.scm (luit): Apply patch.
d02196a7 — Andreas Enge 12 years ago
gnu: ffmpeg: Update to 2.1.1.

* gnu/packages/video.scm (ffmpeg): Update to 2.1.1.
079fd3ec — Ludovic Courtès 12 years ago
gnu: qemu: Upgrade to 1.6.1.

* gnu/packages/patches/qemu-make-4.0.patch: New file.
* gnu/packages/qemu.scm (qemu-headless): Use it.  Upgrade to 1.6.1.
* gnu-system.am (dist_patch_DATA): Add it.
df8a09c7 — Ludovic Courtès 12 years ago
gnu: mit-krb5: Build with GCC 4.7.

* gnu/packages/mit-krb5.scm (mit-krb5): Make BISON and PERL native
  inputs.  Add GCC-4.7 as a native input.
de679269 — Ludovic Courtès 12 years ago
substitute-binary: Work around Guile 2.0.5's broken 'n-par-map'.

* guix/scripts/substitute-binary.scm (n-par-map*): New procedure.
  (guix-substitute-binary): Use it instead of 'n-par-map'.
  Reported by Nikita Karetnikov and Eric Bavier.
0edfdb89 — Ludovic Courtès 12 years ago
Add Guy to 'AUTHORS'.
a8300ef9 — Ludovic Courtès 12 years ago
gnu: xmodmap: Add patch to allow builds with GCC 4.8.

* gnu/packages/patches/xmodmap-asprintf.patch: New file.
* gnu/packages/xorg.scm (xmodmap): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
07cec9a5 — Andreas Enge 12 years ago
gnu: Correct typo in previous commit.

* gnu/packages/rdf.scm: Name module rdf.
c0798488 — Andreas Enge 12 years ago
gnu: Add soprano.

* gnu/packages/rdf.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add module.
gnu: Add SLiM.

* gnu/packages/slim.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5fd7f3e0 — Ludovic Courtès 12 years ago
gnu: iproute2: Upgrade to 3.12.0.

* gnu/packages/linux.scm (iproute): Upgrade to 3.12.0.
2e1f5bca — Ludovic Courtès 12 years ago
gnu: {binutils,bash,gnu-make}-final are private.

* gnu/packages/base.scm (binutils-final, bash-final, gnu-make-final):
  Use 'define', not 'define-public'.
aad560a5 — Ludovic Courtès 12 years ago
list-packages: Make 'snippet-link' more tolerant.

* build-aux/list-packages.scm (package->sxml)[snippet-link]: If
  'package-field-location' returns #f, use 'package-location.
840f71cd — Ludovic Courtès 12 years ago
Add John to 'AUTHORS'.
0ed873f3 — John Darrington 12 years ago
gnu: pixman: Upgrade to 0.32.4.

* gnu/packages/xorg.scm (pixman): Upgrade to 0.32.4.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
b874f305 — Ludovic Courtès 12 years ago
guix package: Honor the current output when upgrading.

* guix/scripts/package.scm (specification->package+output): Pass OUTPUT
  to 'package-specification->name+version+output'.
Next