aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-14guix-package: Create or diagnose missing profile directory....Reported by Andreas Enge. * guix-package.in (%profile-directory): Honor $NIX_STATE_DIR. (guix-package)[ensure-default-profile]: Use it. [process-actions]: Call it when the `profile' option is %CURRENT-PROFILE. * tests/guix-package.sh: Add installation test with $HOME set, using the default profile. Ludovic Courtès
2013-01-14tests: Use "binutils:lib" as the `guix-package' example....* tests/guix-package.sh: Use "binutils:lib" instead of "libsigsegv:lib", since the latter no longer exists. Ludovic Courtès
2013-01-13guix-package: Fix check for ~/.guix-profile existence....* guix-package.in (guix-package): When testing whether %USER-ENVIRONMENT-DIRECTORY exists, use `lstat' instead of `file-exists?'. Reported by Andreas Enge. Ludovic Courtès
2013-01-13licenses: Add 'openldap2.8'....* guix/licenses.scm (openldap2.8): New variable. Andreas Enge
2013-01-13distro: Add PARI/GP...* distro/packages/algebra.scm (pari-gp): New variable. Andreas Enge
2013-01-13Update to Nix 1.3.Ludovic Courtès
2013-01-13store: In `open-connection', process all the server's stderr....* guix/store.scm (open-connection): Loop until `process-stderr' returns #t. Ludovic Courtès
2013-01-13distro: openssl: Fix the `license' field....* distro/packages/openssl.scm: Add renamer for (guix licenses). Adjust accordingly. Ludovic Courtès
2013-01-13distro: Add GNU Emacs....* distro/packages/emacs.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-01-13doc: Fix typos....* doc/guix.texi (Setting Up the Daemon): Use "useradd -c" for comments. Reported by Andreas Enge. (Invoking guix-gc): Fix typo. Ludovic Courtès
2013-01-13distro: Add GNU Mailutils....* distro/packages/mailutils.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-01-13distro: expect: Provide the right path to `stty'....* distro/packages/tcl.scm (expect): Add #:phases argument. Ludovic Courtès
2013-01-12distro: gnutls: Add dependency on Which....* distro/packages/gnutls.scm (gnutls): Add dependency on Which. Ludovic Courtès
2013-01-12distro: Add GDB....* distro/packages/gdb.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-01-12distro: 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. Ludovic Courtès
2013-01-12distro: Add MySQL....* distro/packages/mysql.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-01-12distro: util-linux: Fix `license' field....* distro/packages/linux.scm (util-linux): Change `license' field to refer to the actual license objects. Ludovic Courtès
2013-01-12distro: Add procps....* distro/packages/linux.scm (procps): New variable. Ludovic Courtès
2013-01-12distro: tcl, expect: Enable tests....* distro/packages/tcl.scm (tcl, expect): Remove #:tests? argument; add #:test-target. Ludovic Courtès
2013-01-11doc: 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). Ludovic Courtès
2013-01-11Merge branch 'core-updates'...Conflicts: guix/build/union.scm Ludovic Courtès
2013-01-11download: 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. Ludovic Courtès
2013-01-10distro: gawk: Adjust to the libsigsegv output change....* distro/packages/gawk.scm (gawk): Adjust the libsigsegv with a single output. Ludovic Courtès
2013-01-10distro: 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>. Ludovic Courtès
2013-01-10build: Print the Guix system type....* m4/guix.m4 (GUIX_SYSTEM_TYPE): Print the system type. Ludovic Courtès
2013-01-10distro: gmp: Update to 5.0.1....* distro/packages/multiprecision.scm (gmp): Update to 5.0.1. Ludovic Courtès
2013-01-10distro: binutils: Add a "lib" output....* distro/packages/base.scm (binutils): Add `outputs' field. Ludovic Courtès
2013-01-10build-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. Ludovic Courtès
2013-01-09doc: 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. Ludovic Courtès
2013-01-09Augment `TODO'.Ludovic Courtès
2013-01-09union: 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. Ludovic Courtès
2013-01-09guix-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. Ludovic Courtès
2013-01-09guix-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. Ludovic Courtès
2013-01-09doc: Update copyright years; add visible copyright statement....* doc/guix.texi (YEARS): New variable. Use it for all copyright statements. (Top): Add a copyright statement and license header here. Ludovic Courtès
2013-01-09doc: Documentation installation and the daemon....* doc/guix.texi (Installation): New node. Ludovic Courtès
2013-01-09daemon: Fix warning message when running as root without a build user group....* nix/nix-daemon/guix-daemon.cc (main): Fix warning message when running as root without `--build-users-group'. Ludovic Courtès
2013-01-09guix-daemon: Rename `--build-cores' for consistency with `guix-build'....* nix/nix-daemon/guix-daemon.cc (options): Change `--build-cores' to `--cores', and `-C' to `-c'. (parse_opt): Adjust accordingly. Ludovic Courtès
2013-01-09derivations: Fix `derivation-prerequisites-to-build' when outputs are there....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. Ludovic Courtès
2013-01-08doc: Update porting instructions in `HACKING'....* HACKING (When the platform is supported by Nixpkgs): Update instructions. Ludovic Courtès
2013-01-08gnu-maintenance: Add `latest-release' and related tools....* guix/gnu-maintenance.scm (ftp-server/directory, releases, version-string>?, latest-release, gnu-package-name->name+version): New procedures. (%package-name-rx): New variable. Ludovic Courtès
2013-01-08guix-package: Use `guile-final', not `guile-2.0' to build the environment....* guix-package.in (guix-package): Use either %BOOTSTRAP-GUILE or GUILE-FINAL. Ludovic Courtès
2013-01-08guix-package: Be verbose when Guile itself needs to be built....* guix-package.in (guix-package)[guile-missing?]: New procedure. (guix-package): Always redirect `current-build-output-port' to `current-error-port' when (guile-missing?). Ludovic Courtès
2013-01-07guix-package: Remove `-b' shorthand for `--bootstrap'....* guix-package.in (%options): Remove #\b as an alternate for "bootstrap". (show-help): Adjust accordingly. * tests/guix-package.sh: Use `--bootstrap' instead of `-b'. Ludovic Courtès
2013-01-07snix: Update `license' check in unit test....* tests/snix.scm ("nixpkgs->guix-package"): Expect `license' to be a symbol. This is a follow-up to commit e7aa73e. Ludovic Courtès
2013-01-07snix: Use (guix licenses) variables....* guix/snix.scm (snix-derivation->guix-package)[license-variable]: New procedure. Use it to determine the variable name for the license. Ludovic Courtès
2013-01-07snix: Gracefully handle `null' in Nix build inputs....* guix/snix.scm (snix-derivation->guix-package)[convert-inputs]: Gracefully handle `null' as an input. Ludovic Courtès
2013-01-07distro: Add GNU Aspell....* distro/packages/aspell.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-01-07distro: Add GSL....* distro/packages/algebra.scm (gsl): New variable. Ludovic Courtès
2013-01-07distro: Add GNU GLOBAL....* distro/packages/global.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-01-07distro: Add Tcl, Expect, and DejaGNU....* distro/packages/dejagnu.scm, distro/packages/tcl.scm: New files. * Makefile.am (MODULES): Add them. Ludovic Courtès