~ruther/guix-local

fbbb1c0f — Ludovic Courtès 13 years ago
distro: Add GDB.

* distro/packages/gdb.scm: New file.
* Makefile.am (MODULES): Add it.
75abd8ab — Ludovic Courtès 13 years ago
distro: dejagnu: Add `expect' in the search path of `runtest'.

* distro/packages/dejagnu.scm (dejagnu): In `check' phase, change `PATH'
  in `runtest', to avoid "expect not found in PATH" error.
39224d94 — Ludovic Courtès 13 years ago
distro: Add MySQL.

* distro/packages/mysql.scm: New file.
* Makefile.am (MODULES): Add it.
fe8ccfcc — Ludovic Courtès 13 years ago
distro: util-linux: Fix `license' field.

* distro/packages/linux.scm (util-linux): Change `license' field to
  refer to the actual license objects.
e47e3eff — Ludovic Courtès 13 years ago
distro: Add procps.

* distro/packages/linux.scm (procps): New variable.
eb6d676e — Ludovic Courtès 13 years ago
distro: tcl, expect: Enable tests.

* distro/packages/tcl.scm (tcl, expect): Remove #:tests? argument; add
  #:test-target.
b22a12fd — Ludovic Courtès 13 years ago
doc: Mention store sharing with Nix; update `package' example.

* doc/guix.texi: Set @documentlanguage.
  (Installation): Add reference to `INSTALL' and `README'.
  (Requirements): Mention store sharing with Nix.
  (Defining Packages): Update example to include `use-modules' clauses
  and to use (guix licenses).
01e354eb — Ludovic Courtès 13 years ago
Merge branch 'core-updates'

Conflicts:
	guix/build/union.scm
28e55604 — Ludovic Courtès 13 years ago
download: Abbreviate URLs when displaying the progress report.

* guix/build/download.scm (uri-abbreviation): New procedure.
  (ftp-fetch, http-fetch): Use it instead of `uri->string' when calling
  `progress-proc'.  Reported by Andreas Enge.
ab6522ae — Ludovic Courtès 13 years ago
distro: gawk: Adjust to the libsigsegv output change.

* distro/packages/gawk.scm (gawk): Adjust the libsigsegv with a single
  output.
f03e7115 — Ludovic Courtès 13 years ago
distro: libsigsegv: Use a single output.

* distro/packages/libsigsegv.scm (libsigsegv): Use just a single output,
  otherwise nothing ends up in `out' as a consequence of commit a06a99f.
  Reported by Andreas Enge <andreas@enge.fr>.
5fedc65b — Ludovic Courtès 13 years ago
build: Print the Guix system type.

* m4/guix.m4 (GUIX_SYSTEM_TYPE): Print the system type.
704197f4 — Ludovic Courtès 13 years ago
distro: gmp: Update to 5.0.1.

* distro/packages/multiprecision.scm (gmp): Update to 5.0.1.
4873f8ed — Ludovic Courtès 13 years ago
distro: binutils: Add a "lib" output.

* distro/packages/base.scm (binutils): Add `outputs' field.
a06a99ff — Ludovic Courtès 13 years ago
build-system/gnu: Improve support for "lib" outputs; support "doc" outputs.

* guix/build/gnu-build-system.scm (configure)[package-name]: New
  procedure.
  When LIBDIR is true and INCLUDEDIR is false, add
  --includedir=LIBDIR/include.
  Add support for --docdir when a "doc" output exists.
bfe384cc — Ludovic Courtès 13 years ago
doc: Clarify package version specification example.

* doc/guix.texi (Invoking guix-package): Use "guile-1.8.8" as the
  example, not "guile-1.8" since there is no such version.
c0b3c89f — Ludovic Courtès 13 years ago
Augment `TODO'.
b2d58cd8 — Ludovic Courtès 13 years ago
union: Detect collisions, and delete duplicate leaves.

* guix/build/union.scm (delete-duplicate-leaves): New procedure.
  (union-build)[leaf=?, resolve-collision]: New procedures.
  Use `delete-duplicate-leaves' on the result of `tree-union'.
* tests/union.scm ("delete-duplicate-leaves, default",
  "delete-duplicate-leaves, file names"): New tests.
b9e5c0a9 — Ludovic Courtès 13 years ago
guix-package: Create ~/.guix-profile when it doesn't exist.

* guix-package.in (guix-package): Create the %USER-ENVIRONMENT-DIRECTORY
  symlink if it doesn't exist yet.
* doc/guix.texi (Invoking guix-package): Document it.
44b6be77 — Ludovic Courtès 13 years ago
guix-package: Show package outputs in `--list-available'.

* guix-package.in (guix-package)[process-query]: For `list-available',
  show the outputs of each package.
* doc/guix.texi (Invoking guix-package): Update accordingly.
Next