~ruther/guix-local

ref: 596fcbf768828bb88c28107c6312e63f8329f430 guix-local/gnu/packages/elf.scm -rw-r--r-- 4.2 KiB
9fac9e3b — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates

Conflicts:
	gnu-system.am
9e771e3b — Ludovic Courtès 11 years ago
gnu: Adjust synopses as recommended by 'guix lint'.

Remove leading articles and trailing periods in package synopses.
872c69d0 — Ludovic Courtès 11 years ago
Merge branch 'master' into core-updates
b6772a01 — Ludovic Courtès 11 years ago
gnu: elfutils: Add synopsis and description.

* gnu/packages/elf.scm (elfutils): Add synopsis and description.
b2bfa32d — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates

Conflicts:
	gnu-system.am
0841dcf7 — Mark H Weaver 12 years ago
gnu: patchelf: Fix platform page size determination.

* gnu/packages/patches/patchelf-page-size.patch: New file.
* gnu/packages/elf.scm (patchelf): Add the patch.
* gnu-system.am (dist_patch_DATA): Add the patch.
3e778ad3 — Ludovic Courtès 12 years ago
gnu: Move libelf and patchelf to (gnu packages elf).

* gnu/packages/patchelf.scm (patchelf): Move to...
* gnu/packages/elf.scm (patchelf): ... here.
* gnu/packages/patchelf.scm: Remove.
* gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/gcc.scm (libelf): Move to...
* gnu/packages/elf.scm (libelf): ... here.
* gnu/packages/cdrom.scm, gnu/packages/icu4c.scm,
  gnu/packages/samba.scm, gnu/packages/scheme.scm, gnu/packages/ssh.scm:
  Adjust references to (gnu packages patchelf).
2ed5b0f4 — Ludovic Courtès 12 years ago
gnu: Add elfutils.

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