summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-15distro: Add GNU bc.Ludovic Courtès
* distro/packages/algebra.scm (bc): New variable.
2013-01-15guix-package: Connect to the daemon only after arguments have been processed.Ludovic Courtès
* guix-package.in (%store): Change to a SRFI-39 parameter. Update all users. (guix-package): Parametrize %STORE to an open connection after `parse-options' has been called.
2013-01-15distro: Add Cyrus SASL.Andreas Enge
* distro/packages/cyrus-sasl.scm: New file. * Makefile.am (MODULES): Add it.
2013-01-15Test commit.Andreas Enge
* Makefile.am: alphabetical ordering
2013-01-15Augment `TODO'.Ludovic Courtès
2013-01-15distro: Fetch bootstrap binaries from alpha.gnu.org.Ludovic Courtès
* build-aux/download.scm (%url-base): Change to alpha.gnu.org. * distro/packages/bootstrap.scm (%bootstrap-base-url): Rename to... (%bootstrap-base-urls): ... this. Add alpha.gnu.org as the first URL. Update users.
2013-01-15licenses: Add 'psfl'.Nikita Karetnikov
* guix/licenses.scm (psfl): New variable.
2013-01-15distro: Add MIT/GNU Scheme and Bigloo.Ludovic Courtès
* distro/packages/scheme.scm: New file. * Makefile.am (MODULES): Add it.
2013-01-15build-system/gnu: Allow the `source' argument to be #f.Ludovic Courtès
* guix/build-system/gnu.scm (gnu-build): Allow SOURCE to be #f.
2013-01-15daemon: Remove reference to immutable.{cc,hh}, which no longer exist.Ludovic Courtès
* daemon.am (libutil_a_SOURCES): Remove nix/libutil/immutable.cc. (libutil_headers): Remove nix/libutil/immutable.hh. These files were removed in Nix commit def5160 (post 1.2). Reported by Nikita Karetnikov <nikita@karetnikov.org>.
2013-01-14snix: When unable to determine the version number, leave the URI unchanged.Ludovic Courtès
* guix/snix.scm (snix-derivation->guix-package)[pretty-uri]: When VERSION is #f, return URI.
2013-01-14guix-package: Create or diagnose missing profile directory.Ludovic Courtès
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.
2013-01-14tests: Use "binutils:lib" as the `guix-package' example.Ludovic Courtès
* tests/guix-package.sh: Use "binutils:lib" instead of "libsigsegv:lib", since the latter no longer exists.
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.