~ruther/guix-local

ref: 9a03b893cc76dd5a94fdf1eb4f8bb28da870a442 guix-local/gnu d---------
9a03b893 — Mark H Weaver 12 years ago
gnu: openssh: Upgrade to 6.6p1.

* gnu/packages/ssh.scm (openssh): Upgrade to 6.6p1.
2f66e64c — Mark H Weaver 12 years ago
gnu: tzdata: Upgrade to 2014a.
5f32ba88 — Mark H Weaver 12 years ago
gnu: lynx: Upgrade to 2.8.8rel.2.

* gnu/packages/lynx.scm (lynx): Upgrade to 2.8.8rel.2.
e2ca23c5 — Mark H Weaver 12 years ago
gnu: bc: Install docs in share/man and share/info.

* gnu/packages/algebra.scm (bc): Pass --mandir and --infodir to configure.
809e9b52 — Mark H Weaver 12 years ago
gnu: unzip: Install man pages in share/man.

* gnu/packages/zip.scm (unzip): Substitute /share/man/ for /man/ in Makefile.
f6b272fa — Mark H Weaver 12 years ago
gnu: screen: Install docs in share/man and share/info.

* gnu/packages/screen.scm (screen): Add --mandir and --infodir
  configure flags.
0e4e89c2 — Mark H Weaver 12 years ago
gnu: netcat: Install docs in share/man and share/info.

* gnu/packages/admin.scm (netcat): Add --mandir and --infodir
  configure flags.
4a06f0ef — Ludovic Courtès 12 years ago
gnu: xterm: Upgrade to 303.

* gnu/packages/xorg.scm (xterm): Upgrade to 303.
0f4139e9 — Ludovic Courtès 12 years ago
gnu: imagemagick: Upgrade to 6.8.8-8.

* gnu/packages/imagemagick.scm (imagemagick): Upgrade to 6.8.8-8.
d7a9ed37 — Ludovic Courtès 12 years ago
gnu: Add Window Maker.

* gnu/packages/gnustep.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
7305f2f1 — Ludovic Courtès 12 years ago
gnu: libxft: Propagate Freetype and Fontconfig.

* gnu/packages/xorg.scm (libxft): Move Freetype and Fontconfig from
  'inputs' to 'propagated-inputs'.
32beec1c — Raimon Grau 12 years ago
gnu: luajit: Update to 2.0.3.

* gnu/packages/lua.scm (luajit): Update to 2.0.3.
9b43a0ff — Ludovic Courtès 12 years ago
gnu: python: Change URL to https.

* gnu/packages/python.scm (python-2, python)[source]: Change URL to
  https.  This makes sure GnuTLS is available in the derivation that
  downloads the source, which is required since http URLs get redirected
  to https anyway.  Reported by Manolis Ragkousis <manolis837@gmail.com>.
7c516af6 — Ludovic Courtès 12 years ago
gnu: pulseaudio: Upgrade to 5.0.

* gnu/packages/pulseaudio.scm (pulseaudio): Upgrade to 5.0.
  Remove patches.
* gnu/packages/patches/pulseaudio-test-timeouts.patch,
  gnu/packages/patches/pulseaudio-volume-test.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
b148bd71 — Ludovic Courtès 12 years ago
gnu: fuse: Refer to the right 'mount' and 'umount' commands.

* gnu/packages/linux.scm (fuse)[inputs]: Change to...
  [native-inputs]: ... this.
  [arguments]: Add #:phases argument.
9037ea2c — Ludovic Courtès 12 years ago
gnu: guile-xcb: Upgrade to 1.3.

* gnu/packages/guile-wm.scm (guile-xcb): Upgrade to 1.3.
  [arguments] Pass --with-guile-site-dir= instead of --datadir=,
  and pass --with-guile-site-ccache-dir=.  Remove #:phases.
68276f16 — Ludovic Courtès 12 years ago
gnu: linux-libre: Build the FUSE module.

* gnu/packages/linux.scm (linux-libre): Set CONFIG_FUSE_FS=m.
ed748588 — Ludovic Courtès 12 years ago
gnu: unionfs-fuse: Add statically-linked variant.

* gnu/packages/linux.scm (unionfs-fuse/static): New variable.
6f58d582 — Ludovic Courtès 12 years ago
More /gnu/store replacements.

* gnu/packages/gcc.scm (gcc-4.7): Change /nix/store in comment.
* gnu/system/vm.scm (operating-system-default-contents):
  Use (%store-prefix) instead of "/nix/store".
* guix/derivations.scm (derivation-path->output-path,
  derivation-path->output-paths): Change to /gnu/store in docstring.
c9c88118 — Ludovic Courtès 12 years ago
gnu: linux-initrd: Make the pseudo-tty device nodes.

* guix/build/linux-initrd.scm (make-essential-device-nodes): Create
  /dev/ptmx and /dev/pts.
* gnu/system/vm.scm (qemu-image): Umount /fs/dev/pts before /fs.
Next