aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-13guix-package: Fix check for ~/.guix-profile existence.Ludovic Courtès
* guix-package.in (guix-package): When testing whether %USER-ENVIRONMENT-DIRECTORY exists, use `lstat' instead of `file-exists?'. Reported by Andreas Enge.
2013-01-13licenses: Add 'openldap2.8'.Andreas Enge
* guix/licenses.scm (openldap2.8): New variable.
2013-01-13distro: Add PARI/GPAndreas Enge
* distro/packages/algebra.scm (pari-gp): New variable.
2013-01-13Update to Nix 1.3.Ludovic Courtès
2013-01-13store: In `open-connection', process all the server's stderr.Ludovic Courtès
* guix/store.scm (open-connection): Loop until `process-stderr' returns #t.
2013-01-13distro: openssl: Fix the `license' field.Ludovic Courtès
* distro/packages/openssl.scm: Add renamer for (guix licenses). Adjust accordingly.
2013-01-13distro: Add GNU Emacs.Ludovic Courtès
* distro/packages/emacs.scm: New file. * Makefile.am (MODULES): Add it.
2013-01-13doc: Fix typos.Ludovic Courtès
* doc/guix.texi (Setting Up the Daemon): Use "useradd -c" for comments. Reported by Andreas Enge. (Invoking guix-gc): Fix typo.
2013-01-13distro: Add GNU Mailutils.Ludovic Courtès
* distro/packages/mailutils.scm: New file. * Makefile.am (MODULES): Add it.
2013-01-13distro: expect: Provide the right path to `stty'.Ludovic Courtès
* distro/packages/tcl.scm (expect): Add #:phases argument.
2013-01-12distro: gnutls: Add dependency on Which.Ludovic Courtès
* distro/packages/gnutls.scm (gnutls): Add dependency on Which.
2013-01-12distro: Add GDB.Ludovic Courtès
* distro/packages/gdb.scm: New file. * Makefile.am (MODULES): Add it.
2013-01-12distro: dejagnu: Add `expect' in the search path of `runtest'.Ludovic Courtès
* distro/packages/dejagnu.scm (dejagnu): In `check' phase, change `PATH' in `runtest', to avoid "expect not found in PATH" error.
2013-01-12distro: Add MySQL.Ludovic Courtès
* distro/packages/mysql.scm: New file. * Makefile.am (MODULES): Add it.
2013-01-12distro: util-linux: Fix `license' field.Ludovic Courtès
* distro/packages/linux.scm (util-linux): Change `license' field to refer to the actual license objects.
2013-01-12distro: Add procps.Ludovic Courtès
* distro/packages/linux.scm (procps): New variable.
2013-01-12distro: tcl, expect: Enable tests.Ludovic Courtès
* distro/packages/tcl.scm (tcl, expect): Remove #:tests? argument; add #:test-target.
2013-01-11doc: Mention store sharing with Nix; update `package' example.Ludovic Courtès
* 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).
2013-01-11Merge branch 'core-updates'Ludovic Courtès
Conflicts: guix/build/union.scm
2013-01-11download: Abbreviate URLs when displaying the progress report.Ludovic Courtès
* 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.
2013-01-10distro: gawk: Adjust to the libsigsegv output change.Ludovic Courtès
* distro/packages/gawk.scm (gawk): Adjust the libsigsegv with a single output.
2013-01-10distro: libsigsegv: Use a single output.Ludovic Courtès
* 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>.
2013-01-10build: Print the Guix system type.Ludovic Courtès
* m4/guix.m4 (GUIX_SYSTEM_TYPE): Print the system type.
2013-01-10distro: gmp: Update to 5.0.1.Ludovic Courtès
* distro/packages/multiprecision.scm (gmp): Update to 5.0.1.
2013-01-10distro: binutils: Add a "lib" output.Ludovic Courtès
* distro/packages/base.scm (binutils): Add `outputs' field.
2013-01-10build-system/gnu: Improve support for "lib" outputs; support "doc" outputs.Ludovic Courtès
* 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.
2013-01-09doc: Clarify package version specification example.Ludovic Courtès
* doc/guix.texi (Invoking guix-package): Use "guile-1.8.8" as the example, not "guile-1.8" since there is no such version.
2013-01-09Augment `TODO'.Ludovic Courtès
2013-01-09union: Detect collisions, and delete duplicate leaves.Ludovic Courtès
* 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.
2013-01-09guix-package: Create ~/.guix-profile when it doesn't exist.Ludovic Courtès
* 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.
2013-01-09guix-package: Show package outputs in `--list-available'.Ludovic Courtès
* guix-package.in (guix-package)[process-query]: For `list-available', show the outputs of each package. * doc/guix.texi (Invoking guix-package): Update accordingly.
2013-01-09doc: Update copyright years; add visible copyright statement.Ludovic Courtès
* doc/guix.texi (YEARS): New variable. Use it for all copyright statements. (Top): Add a copyright statement and license header here.
2013-01-09doc: Documentation installation and the daemon.Ludovic Courtès
* doc/guix.texi (Installation): New node.
2013-01-09daemon: Fix warning message when running as root without a build user group.Ludovic Courtès
* nix/nix-daemon/guix-daemon.cc (main): Fix warning message when running as root without `--build-users-group'.
2013-01-09guix-daemon: Rename `--build-cores' for consistency with `guix-build'.Ludovic Courtès
* nix/nix-daemon/guix-daemon.cc (options): Change `--build-cores' to `--cores', and `-C' to `-c'. (parse_opt): Adjust accordingly.
2013-01-09derivations: Fix `derivation-prerequisites-to-build' when outputs are there.Ludovic Courtès
Before it would list inputs not built, even if the outputs of the given derivation were already available. * guix/derivations.scm (derivation-prerequisites-to-build): Add `outputs' keyword parameter. [built?, derivation-built?]: New procedures. [loop]: Add `sub-drvs' parameter. Use `derivation-built?' to check if the SUB-DRVS of DRV are built before checking its inputs.
2013-01-08doc: Update porting instructions in `HACKING'.Ludovic Courtès
* HACKING (When the platform is supported by Nixpkgs): Update instructions.
2013-01-08gnu-maintenance: Add `latest-release' and related tools.Ludovic Courtès
* guix/gnu-maintenance.scm (ftp-server/directory, releases, version-string>?, latest-release, gnu-package-name->name+version): New procedures. (%package-name-rx): New variable.
2013-01-08guix-package: Use `guile-final', not `guile-2.0' to build the environment.Ludovic Courtès
* guix-package.in (guix-package): Use either %BOOTSTRAP-GUILE or GUILE-FINAL.
2013-01-08guix-package: Be verbose when Guile itself needs to be built.Ludovic Courtès
* guix-package.in (guix-package)[guile-missing?]: New procedure. (guix-package): Always redirect `current-build-output-port' to `current-error-port' when (guile-missing?).
2013-01-07guix-package: Remove `-b' shorthand for `--bootstrap'.Ludovic Courtès
* guix-package.in (%options): Remove #\b as an alternate for "bootstrap". (show-help): Adjust accordingly. * tests/guix-package.sh: Use `--bootstrap' instead of `-b'.
2013-01-07snix: Update `license' check in unit test.Ludovic Courtès
* tests/snix.scm ("nixpkgs->guix-package"): Expect `license' to be a symbol. This is a follow-up to commit e7aa73e.
2013-01-07snix: Use (guix licenses) variables.Ludovic Courtès
* guix/snix.scm (snix-derivation->guix-package)[license-variable]: New procedure. Use it to determine the variable name for the license.
2013-01-07snix: Gracefully handle `null' in Nix build inputs.Ludovic Courtès
* guix/snix.scm (snix-derivation->guix-package)[convert-inputs]: Gracefully handle `null' as an input.
2013-01-07distro: Add GNU Aspell.Ludovic Courtès
* distro/packages/aspell.scm: New file. * Makefile.am (MODULES): Add it.
2013-01-07distro: Add GSL.Ludovic Courtès
* distro/packages/algebra.scm (gsl): New variable.
2013-01-07distro: Add GNU GLOBAL.Ludovic Courtès
* distro/packages/global.scm: New file. * Makefile.am (MODULES): Add it.
2013-01-07distro: Add Tcl, Expect, and DejaGNU.Ludovic Courtès
* distro/packages/dejagnu.scm, distro/packages/tcl.scm: New files. * Makefile.am (MODULES): Add them.
2013-01-06distro: bdb: Adjust to lack of /bin/sh.Ludovic Courtès
* distro/packages/bdb.scm (bdb): Pass `CONFIG_SHELL' and `SHELL' to the `configure' script.
2013-01-06Update a few more license headers.Ludovic Courtès
* distro/packages/openssl.scm, m4/guix.m4, nix/sync-with-upstream: Update headers.