~ruther/guix-local

7f40d97d — Nikita Karetnikov 13 years ago
distro: Add GNU Nano.

* distro/packages/nano.scm: New file.
* Makefile.am (MODULES): Add it.
c80e7e55 — Ludovic Courtès 13 years ago
doc: Mention the pronunciation of "Guix".

* README: Mention pronunciation of "Guix".
* doc/guix.texi (Introduction): Likewise.
da7b042d — Nikita Karetnikov 13 years ago
distro: Add GNU Wget.

* distro/packages/wget.scm: New file; patch-shebang phase added by
  Ludovic Courtès.
* Makefile.am (MODULES): Add it.
034cb8e7 — Nikita Karetnikov 13 years ago
distro: Add GNU Ddrescue.

* distro/packages/ddrescue.scm: New file.
* Makefile.am (MODULES): Add it.
a65e3306 — Ludovic Courtès 13 years ago
doc: Update `README'.

* README: Update introductory summary.  Point to Savannah instead of
  Gitorious.  Mention <bug-guix@gnu.org>.
  (Guix & Nix): New section.
f190f92f — Nikita Karetnikov 13 years ago
distro: Add GNU Gettext.

* distro/packages/gettext.scm,
  distro/packages/patches/gettext-gets-undeclared.patch: New files.
* Makefile.am (MODULES): Add 'gettext.scm'.
  (dist_patch_DATA): Add 'gettext-gets-undeclared.patch'.
ec528860 — Ludovic Courtès 13 years ago
build: Change bug-report address; add URL.

* configure.ac: Change bug-report address in `AC_INIT'; add URL.
5b2fd618 — Nikita Karetnikov 13 years ago
distro: Add GNU Shishi.

* distro/packages/shishi.scm,
  distro/packages/patches/shishi-gets-undeclared.patch: New files.
* Makefile.am (MODULES): Add 'shishi.scm'.
  (dist_patch_DATA): Add 'shishi-gets-undeclared.patch'.
36d4d49e — Nikita Karetnikov 13 years ago
distro: Move (distro packages libtool) to (distro packages autotools).

* distro/packages/autotools.scm (libtool): Add it.
* distro/packages/libtool.scm: Remove it.
* distro/packages/guile.scm (distro packages guile): Adjust accordingly.
* Makefile.am (MODULES): Adjust accordingly.
80ffc708 — Nikita Karetnikov 13 years ago
distro: Add GNU Autoconf and GNU Automake.

* distro/packages/autotools.scm: New file.
* Makefile.am (MODULES): Add it.
e2b2c466 — Ludovic Courtès 13 years ago
distro: Add Flex.

* distro/packages/flex.scm,
  distro/packages/patches/flex-bison-tests.patch: New files.
* Makefile.am (MODULES): Add `flex.scm'.
  (dist_patch_DATA): Add `flex-bison-tests.patch'.
cf153fc4 — Ludovic Courtès 13 years ago
distro: Add GNU Bison.

* distro/packages/bison.scm: New file.
* Makefile.am (MODULES): Add it.
30c40755 — Ludovic Courtès 13 years ago
distro: Add GDBM.

* distro/packages/gdbm.scm: New file.
* Makefile.am (MODULES): Add it.
0aa94f0c — Nikita Karetnikov 13 years ago
distro: Add GNU Ed.

* distro/packages/ed.scm: New file.
* Makefile.am (MODULES): Add it.
3dc1970d — Ludovic Courtès 13 years ago
doc: Document basic package definitions.

* doc/guix.texi (Programming Interface): Add introduction.
  (Defining Packages): Populate.
dce3a40b — Ludovic Courtès 13 years ago
build: Fix `hydra.scm' recipe.

* hydra.scm: Redirect the output port to the error port.
  (package-job): Return a name/thunk pair.
  (hydra-jobs)[system]: Use either the `system' key (a symbol) in
  ARGUMENTS, or (%current-system)'.
5075e283 — Ludovic Courtès 13 years ago
guix-package: Extract version strings when installing a direct store path.

* guix-package.in (guix-package)[process-actions]: Extract the version
  string from store paths.
* tests/guix-package.sh: Adjust accordingly.
ef1ee6b2 — Ludovic Courtès 13 years ago
guix-build: Use `location->string'.

* guix-build.in (derivations-from-package-expressions): Use
  `location->string'.
d9d05363 — Ludovic Courtès 13 years ago
guix-package: Record the correct version string in manifests.

* guix-package.in (guix-package)[find-package]: Return (package-version p),
  not VERSION.
64fc89b6 — Ludovic Courtès 13 years ago
guix-package: Add `--list-available'.

* guix-package.in (show-help, %options): Add `--list-available'.
  (guix-package)[process-query]: Add support for `--list-available'.
* doc/guix.texi (Invoking guix-package): Document it.
* tests/guix-package.sh: Add test.

* guix/ui.scm (location->string): New procedure.
* guix/utils.scm: Export <location>.
Next