aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* doc: Fix typos, and improve daemon documentation.•••* doc/guix.texi: Fix typos. (Invoking guix-daemon): Add details about `--disable-log-compression' and `--disable-store-optimization'. Reported by Nikita Karetnikov <nikita@karetnikov.org>. Ludovic Courtès2013-01-16
* doc: Remove @documentlanguage.•••* doc/guix.texi: Remove @documentlanguage, which confuses TeX. Ludovic Courtès2013-01-16
* distro: Add icu4c (International Components for Unicode).•••* distro/packages/icu4c.scm: New file. * Makefile.am (MODULES): Add it. Andreas Enge2013-01-16
* distro: Add Python 2.7.3.•••* distro/packages/python.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov2013-01-16
* doc: Start documenting (guix store).•••* doc/guix.texi (The Store): Populate. (Introduction): Add cross-reference. Change "package store" to "the store". Ludovic Courtès2013-01-15
* distro: recutils: Add 3 optional dependencies.•••* distro/packages/recutils.scm (recutils): Add Emacs, Check, and bc as dependencies. Ludovic Courtès2013-01-15
* distro: check: Fix source URL.•••* distro/packages/check.scm (check): Fix source URI. Ludovic Courtès2013-01-15
* distro: Add patches forgotten in previous commits.•••* distro/packages/patches/bigloo-gc-shebangs.patch, distro/packages/patches/emacs-configure-sh.patch, distro/packages/patches/procps-make-3.82.patch: New files. * Makefile.am (dist_patch_DATA): Add them. Ludovic Courtès2013-01-15
* distro: Add GNU bc.•••* distro/packages/algebra.scm (bc): New variable. Ludovic Courtès2013-01-15
* guix-package: Connect to the daemon only after arguments have been processed.•••* 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. Ludovic Courtès2013-01-15
* distro: Add Cyrus SASL.•••* distro/packages/cyrus-sasl.scm: New file. * Makefile.am (MODULES): Add it. Andreas Enge2013-01-15
* Test commit.•••* Makefile.am: alphabetical ordering Andreas Enge2013-01-15
* Augment `TODO'.Ludovic Courtès2013-01-15
* distro: Fetch bootstrap binaries from alpha.gnu.org.•••* 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. Ludovic Courtès2013-01-15
* licenses: Add 'psfl'.•••* guix/licenses.scm (psfl): New variable. Nikita Karetnikov2013-01-15
* distro: Add MIT/GNU Scheme and Bigloo.•••* distro/packages/scheme.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2013-01-15
* build-system/gnu: Allow the `source' argument to be #f.•••* guix/build-system/gnu.scm (gnu-build): Allow SOURCE to be #f. Ludovic Courtès2013-01-15
* daemon: Remove reference to immutable.{cc,hh}, which no longer exist.•••* 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>. Ludovic Courtès2013-01-15
* snix: When unable to determine the version number, leave the URI unchanged.•••* guix/snix.scm (snix-derivation->guix-package)[pretty-uri]: When VERSION is #f, return URI. Ludovic Courtès2013-01-14
* guix-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ès2013-01-14
* tests: 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ès2013-01-14
* guix-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ès2013-01-13
* licenses: Add 'openldap2.8'.•••* guix/licenses.scm (openldap2.8): New variable. Andreas Enge2013-01-13
* distro: Add PARI/GP•••* distro/packages/algebra.scm (pari-gp): New variable. Andreas Enge2013-01-13
* Update to Nix 1.3.Ludovic Courtès2013-01-13
* store: In `open-connection', process all the server's stderr.•••* guix/store.scm (open-connection): Loop until `process-stderr' returns #t. Ludovic Courtès2013-01-13
* distro: openssl: Fix the `license' field.•••* distro/packages/openssl.scm: Add renamer for (guix licenses). Adjust accordingly. Ludovic Courtès2013-01-13
* distro: Add GNU Emacs.•••* distro/packages/emacs.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2013-01-13
* doc: 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ès2013-01-13
* distro: Add GNU Mailutils.•••* distro/packages/mailutils.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2013-01-13
* distro: expect: Provide the right path to `stty'.•••* distro/packages/tcl.scm (expect): Add #:phases argument. Ludovic Courtès2013-01-13
* distro: gnutls: Add dependency on Which.•••* distro/packages/gnutls.scm (gnutls): Add dependency on Which. Ludovic Courtès2013-01-12
* distro: Add GDB.•••* distro/packages/gdb.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2013-01-12
* 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. Ludovic Courtès2013-01-12
* distro: Add MySQL.•••* distro/packages/mysql.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès2013-01-12
* distro: util-linux: Fix `license' field.•••* distro/packages/linux.scm (util-linux): Change `license' field to refer to the actual license objects. Ludovic Courtès2013-01-12
* distro: Add procps.•••* distro/packages/linux.scm (procps): New variable. Ludovic Courtès2013-01-12
* distro: tcl, expect: Enable tests.•••* distro/packages/tcl.scm (tcl, expect): Remove #:tests? argument; add #:test-target. Ludovic Courtès2013-01-12
* 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). Ludovic Courtès2013-01-11
* Merge branch 'core-updates'•••Conflicts: guix/build/union.scm Ludovic Courtès2013-01-11
|\
| * 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. Ludovic Courtès2013-01-11
| * distro: gawk: Adjust to the libsigsegv output change.•••* distro/packages/gawk.scm (gawk): Adjust the libsigsegv with a single output. Ludovic Courtès2013-01-10
| * 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>. Ludovic Courtès2013-01-10
| * build: Print the Guix system type.•••* m4/guix.m4 (GUIX_SYSTEM_TYPE): Print the system type. Ludovic Courtès2013-01-10
| * distro: gmp: Update to 5.0.1.•••* distro/packages/multiprecision.scm (gmp): Update to 5.0.1. Ludovic Courtès2013-01-10
| * distro: binutils: Add a "lib" output.•••* distro/packages/base.scm (binutils): Add `outputs' field. Ludovic Courtès2013-01-10
| * 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. Ludovic Courtès2013-01-10
| * doc: Update porting instructions in `HACKING'.•••* HACKING (When the platform is supported by Nixpkgs): Update instructions. Ludovic Courtès2013-01-08
| * distro: bdb: Adjust to lack of /bin/sh.•••* distro/packages/bdb.scm (bdb): Pass `CONFIG_SHELL' and `SHELL' to the `configure' script. Ludovic Courtès2013-01-06
| * Update a few more license headers.•••* distro/packages/openssl.scm, m4/guix.m4, nix/sync-with-upstream: Update headers. Ludovic Courtès2013-01-06