~ruther/guix-local

ref: e95da445761bf95ee1f251d3be79f05c1379a6fa guix-local/gnu d---------
3c81cdf1 — Ludovic Courtès 13 years ago
gnu: texinfo: Make Perl a propagated input.

* gnu/packages/texinfo.scm (texinfo): Make PERL a propagated input.
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.
d2474c26 — Ludovic Courtès 13 years ago
Add (gnu system vm).

* gnu/system/vm.scm: New file.
* Makefile.am (MODULES): Add it.
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.
854d6277 — Mark H Weaver 13 years ago
Build newest versions unless specified, and implement upgrades.

* gnu/packages.scm (find-newest-available-packages):
  New exported procedure.

* guix-build.in (newest-available-packages, find-best-packages-by-name):
  New procedures.
  (find-package): Use find-best-packages-by-name, to guarantee that
  if a version number is not specified, only the newest versions will
  be considered.

* guix-package.in (%options): Add --upgrade/-u option.
  (newest-available-packages, find-best-packages-by-name, upgradeable?):
  New procedures.
  (find-package): Use find-best-packages-by-name, to guarantee that
  if a version number is not specified, only the newest versions will
  be considered.
  (process-actions): Implement upgrade option.

* doc/guix.texi (Invoking guix-package): In the description of --install,
  mention that if no version number is specified, the newest available
  version will be selected.
9ede36f0 — Mark H Weaver 13 years ago
Inhibit duplicates in fold-packages.

* gnu/packages.scm (fold2): New procedure.
  (fold-packages): Rework to suppress duplicates.
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.
Next