summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-01-17guix-package: Add `--roll-back'.•••Based on a patch by Nikita Karetnikov <nikita@karetnikov.org>. * guix-package.in (profile-regexp): New procedure. (latest-profile-number): Remove `%profile-rx', and use `profile-regexp' instead. (profile-number, roll-back): New procedure. (show-help): Add `--roll-back'. (%options): Likewise. (guix-package)[process-actions]: First check whether `roll-back?' is among OPTS, and call `roll-back' if it is, followed by a recursive call to `process-actions'. Emit the "nothing to be done" message only when INSTALL or REMOVE is non-empty. * tests/guix-package.sh (readlink_base): New function. Add tests for `--roll-back'. * doc/guix.texi (Invoking guix-package): Document `--roll-back'. Ludovic Courtès
2013-01-17distro: gnutls: Update to 3.1.6.•••* distro/packages/gnutls.scm (gnutls): Update to 3.1.6. Andreas Enge
2013-01-17packages: Change `base32' to allow non-literal strings.•••* guix/packages.scm (base32): Allow arguments that are not literal strings. Ludovic Courtès
2013-01-17distro: nettle: Update to 2.6.•••* distro/packages/nettle.scm (nettle): Update to 2.6. Ludovic Courtès
2013-01-16distro: gdb: Add dependency on Expat and Python.•••* distro/packages/gdb.scm (gdb): Add Expat and Python as inputs. Ludovic Courtès
2013-01-16distro: Add Expat.•••* distro/packages/xml.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-01-16doc: Start documenting derivations.•••* doc/guix.texi (Defining Packages): Add cross-reference to "Derivations". (The Store): Add `build-derivations'. (Derivations): Populate. Ludovic Courtès
2013-01-16doc: 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ès
2013-01-16doc: Remove @documentlanguage.•••* doc/guix.texi: Remove @documentlanguage, which confuses TeX. Ludovic Courtès
2013-01-16distro: Add icu4c (International Components for Unicode).•••* distro/packages/icu4c.scm: New file. * Makefile.am (MODULES): Add it. Andreas Enge
2013-01-16distro: Add Python 2.7.3.•••* distro/packages/python.scm: New file. * Makefile.am (MODULES): Add it. Nikita Karetnikov
2013-01-15doc: Start documenting (guix store).•••* doc/guix.texi (The Store): Populate. (Introduction): Add cross-reference. Change "package store" to "the store". Ludovic Courtès
2013-01-15distro: recutils: Add 3 optional dependencies.•••* distro/packages/recutils.scm (recutils): Add Emacs, Check, and bc as dependencies. Ludovic Courtès
2013-01-15distro: check: Fix source URL.•••* distro/packages/check.scm (check): Fix source URI. Ludovic Courtès
2013-01-15distro: 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ès
2013-01-15distro: Add GNU bc.•••* distro/packages/algebra.scm (bc): New variable. Ludovic Courtès
2013-01-15guix-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ès
2013-01-15distro: Add Cyrus SASL.•••* distro/packages/cyrus-sasl.scm: New file. * Makefile.am (MODULES): Add it. Andreas Enge
2013-01-15Test commit.•••* Makefile.am: alphabetical ordering Andreas Enge
2013-01-15Augment `TODO'.Ludovic Courtès
2013-01-15distro: 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ès
2013-01-15licenses: Add 'psfl'.•••* guix/licenses.scm (psfl): New variable. Nikita Karetnikov
2013-01-15distro: Add MIT/GNU Scheme and Bigloo.•••* distro/packages/scheme.scm: New file. * Makefile.am (MODULES): Add it. Ludovic Courtès
2013-01-15build-system/gnu: Allow the `source' argument to be #f.•••* guix/build-system/gnu.scm (gnu-build): Allow SOURCE to be #f. Ludovic Courtès
2013-01-15daemon: 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ès
2013-01-14snix: 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ès
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