~ruther/guix-local

ref: 353283bbe99fdb458b2e6bf03bb6c62344e29cfe guix-local/gnu/packages d---------
ba4bcae0 — Mark H Weaver 13 years ago
gnu: guile-reader: Rename packages to avoid version number confusion.

* gnu/packages/guile.scm (guile-reader): Change the character preceding the
  guile version number from '-' to '_' so that it will not be misinterpreted
  as the package version number.
ed407c80 — Ludovic Courtès 13 years ago
gnu: texinfo: Update to 5.0.

* gnu/packages/texinfo.scm (texinfo): Update to 5.0.
3855e242 — Ludovic Courtès 13 years ago
gnu: Add support for Guile in Linux initrd.

* gnu/packages/linux-initrd.scm: New file.
106ca9d0 — Ludovic Courtès 13 years ago
gnu: qemu-kvm: Add patch to have multiple SMB shares.

* gnu/packages/qemu.scm (qemu-kvm/smb-shares): New variable.
* gnu/packages/patches/qemu-multiple-smb-shares.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
99d90fc1 — Ludovic Courtès 13 years ago
gnu: guile-static: Change `name' field.

* gnu/packages/make-bootstrap.scm (%guile-static): Add `name' field with
  `-static' suffix.
9322c682 — Ludovic Courtès 13 years ago
gnu: guile-static: Add bindings for `reboot'.

* gnu/packages/patches/guile-linux-syscalls.patch: Add `scm_reboot'.
e7d2c608 — Ludovic Courtès 13 years ago
gnu: qemu: Add dependency on Samba.

* gnu/packages/qemu.scm (qemu-kvm): Add dependency on Samba; pass
  `--smbd' to ./configure.
b7e9ee33 — Ludovic Courtès 13 years ago
gnu: samba: Augment the RUNPATH of executables to point to $out/lib.

* gnu/packages/samba.scm (samba): Add `add-lib-to-runpath' phase, and
  PatchELF as an input.
52e6e246 — Nikita Karetnikov 13 years ago
gnu: Add GNU Parted.

* gnu/packages/parted.scm: New file.
* Makefile.am (MODULES): Add it.
e70a28b8 — Ludovic Courtès 13 years ago
gnu: guile-static: Add bindings for low-level Linux syscalls.

* gnu/packages/make-bootstrap.scm (%guile-static): Add
  `guile-linux-syscalls.patch' as an input, and use it.
* gnu/packages/patches/guile-linux-syscalls.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
2e48455d — Ludovic Courtès 13 years ago
gnu: linux-libre: Choose a config without debugging features.

* gnu/packages/linux.scm (linux-libre): Choose "defconfig" instead of
  "allmodconfig" since the latter enables all debugging features.  Add
  `CONFIG_CIFS=m'.
f9c36483 — Cyril Roelandt 13 years ago
gnu: Add vim.

* gnu/packages/vim.scm: New file.
* Makefile.am (MODULES): Add it.
ddff766e — Ludovic Courtès 13 years ago
gnu: guile-static: Use libgc build with `USE_LIBC_PRIVATES'.

* gnu/packages/make-bootstrap.scm (%guile-static): Use libgc build with
  CPPFLAGS=-DUSE_LIBC_PRIVATES.
* gnu/packages/bdw-gc.scm (libgc): Add TODO to always do it.
ab744c1a — Ludovic Courtès 13 years ago
gnu: Add missing patch for mcron.

* gnu/packages/patches/mcron-install.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
922f11ad — Nikita Karetnikov 13 years ago
gnu: Add GNU Wdiff.

* gnu/packages/wdiff.scm: New file.
* Makefile.am (MODULES): Add it.
76978d40 — Andreas Enge 13 years ago
gnu: Add signing-party.

* gnu/packages/gnupg.scm (signing-party): New variable.
b6f5801e — Andreas Enge 13 years ago
gnu: wget: Drop manual handling of /usr/bin/env.

* gnu/packages/wget.scm (wget): Drop patch-/usr/bin/env phase.
b5c18c78 — Andreas Enge 13 years ago
gnu: curl: Let patch-shebang handle /usr/bin/env.

* gnu/packages/curl.scm (curl): Drop manual rewriting of #!/usr/bin/env.
c3f97617 — Andreas Enge 13 years ago
gnu: openldap: Disable tests, they fail too randomly probably due to
   timeouts in the server.

* gnu/packages/openldap.scm (openldap): Drop all tests.
93a6f552 — Andreas Enge 13 years ago
gnu: gmp: Update to version 5.1.1.

* gnu/packages/multiprecision.scm (gmp): Update to version 5.1.1.
Next