summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* doc: Add a "GNU Distribution" node.v0.1Ludovic Courtès2013-01-18
| | | | | | | | * doc/guix.texi (Introduction): Add cross-reference to "GNU Distribution". (Features): Mention reproducibility. (Invoking guix-package): Add cross-reference to "GNU Distribution". (GNU Distribution): New node.
* distro: Rename (distro) to (gnu packages).Ludovic Courtès2013-01-18
| | | | | | | * distro.scm: Rename to... * gnu/packages.scm: ... this. Update all users accordingly. * Makefile.am (MODULES): Adjust accordingly. * po/POTFILES.in: Likewise.
* distro: Change the module name space to (gnu ...).Ludovic Courtès2013-01-18
| | | | | | | | | | * distro: Rename to... * gnu: ... this. Update module names accordingly. * Makefile.am: Adjust accordingly. * po/POTFILES.in: Likewise. * distro.scm: Search for files under /gnu/packages instead of /distro/packages. * gnu/packages/base.scm (ld-wrapper-boot3): Likewise.
* Update `HACKING'.Ludovic Courtès2013-01-18
| | | | | | * HACKING: Capitalize the title. (Running Guix before it is installed): New section. (Adding new packages): Update example.
* Move Andreas to `AUTHORS'.Ludovic Courtès2013-01-18
|
* doc: Mark binary deployment as not implemented yet.Ludovic Courtès2013-01-18
| | | | | * doc/guix.texi (Features): Add a footnote saying that binary deployment is missing.
* distro: Add libtiff.Andreas Enge2013-01-18
| | | | | * distro/packages/libtiff.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add Libjpeg 8.Andreas Enge2013-01-18
| | | | * distro/packages/libjpeg.scm (libjpeg-8): New variable.
* distro: Add file.Andreas Enge2013-01-17
| | | | | * distro/packages/file.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add Libjpeg.Andreas Enge2013-01-17
| | | | | * distro/packages/libjpeg.scm: New file. * Makefile.am (MODULES): Add it.
* distro: flex: Add dependency on Indent.Andreas Enge2013-01-17
| | | | * distro/packages/flex.scm (flex): Add Indent as input.
* distro: Add Indent.Andreas Enge2013-01-17
| | | | | * distro/packages/indent.scm: New file. * Makefile.am (MODULES): Add it.
* guix-package: Allow `--roll-back' to skip missing generations.Ludovic Courtès2013-01-17
| | | | | | | | | * guix-package.in (profile-numbers): New procedure. (latest-profile-number): Use it. (previous-profile-number): New procedure. (roll-back): Use it lieu of `1-'. Check whether PREVIOUS-NUMBER is zero, and raise an error when it is. * tests/guix-package.sh: Test whether we can roll back over a "hole".
* guix-package: Add `--roll-back'.Ludovic Courtès2013-01-17
| | | | | | | | | | | | | | | | | | 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'.
* distro: gnutls: Update to 3.1.6.Andreas Enge2013-01-17
| | | | * distro/packages/gnutls.scm (gnutls): Update to 3.1.6.
* packages: Change `base32' to allow non-literal strings.Ludovic Courtès2013-01-17
| | | | * guix/packages.scm (base32): Allow arguments that are not literal strings.
* distro: nettle: Update to 2.6.Ludovic Courtès2013-01-17
| | | | * distro/packages/nettle.scm (nettle): Update to 2.6.
* distro: gdb: Add dependency on Expat and Python.Ludovic Courtès2013-01-16
| | | | * distro/packages/gdb.scm (gdb): Add Expat and Python as inputs.
* distro: Add Expat.Ludovic Courtès2013-01-16
| | | | | * distro/packages/xml.scm: New file. * Makefile.am (MODULES): Add it.
* doc: Start documenting derivations.Ludovic Courtès2013-01-16
| | | | | | | * doc/guix.texi (Defining Packages): Add cross-reference to "Derivations". (The Store): Add `build-derivations'. (Derivations): Populate.
* doc: Fix typos, and improve daemon documentation.Ludovic Courtès2013-01-16
| | | | | | | * 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>.
* doc: Remove @documentlanguage.Ludovic Courtès2013-01-16
| | | | * doc/guix.texi: Remove @documentlanguage, which confuses TeX.
* distro: Add icu4c (International Components for Unicode).Andreas Enge2013-01-16
| | | | | * distro/packages/icu4c.scm: New file. * Makefile.am (MODULES): Add it.
* distro: Add Python 2.7.3.Nikita Karetnikov2013-01-16
| | | | | * distro/packages/python.scm: New file. * Makefile.am (MODULES): Add it.
* doc: Start documenting (guix store).Ludovic Courtès2013-01-15
| | | | | | * doc/guix.texi (The Store): Populate. (Introduction): Add cross-reference. Change "package store" to "the store".
* distro: recutils: Add 3 optional dependencies.Ludovic Courtès2013-01-15
| | | | | * distro/packages/recutils.scm (recutils): Add Emacs, Check, and bc as dependencies.
* distro: check: Fix source URL.Ludovic Courtès2013-01-15
| | | | * distro/packages/check.scm (check): Fix source URI.
* distro: Add patches forgotten in previous commits.Ludovic Courtès2013-01-15
| | | | | | | * 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.
* distro: Add GNU bc.Ludovic Courtès2013-01-15
| | | | * distro/packages/algebra.scm (bc): New variable.
* guix-package: Connect to the daemon only after arguments have been processed.Ludovic Courtès2013-01-15
| | | | | | * 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.
* distro: Add Cyrus SASL.Andreas Enge2013-01-15
| | | | | * distro/packages/cyrus-sasl.scm: New file. * Makefile.am (MODULES): Add it.
* Test commit.Andreas Enge2013-01-15
| | | | * Makefile.am: alphabetical ordering
* Augment `TODO'.Ludovic Courtès2013-01-15
|
* distro: Fetch bootstrap binaries from alpha.gnu.org.Ludovic Courtès2013-01-15
| | | | | | | * 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.
* licenses: Add 'psfl'.Nikita Karetnikov2013-01-15
| | | | * guix/licenses.scm (psfl): New variable.
* distro: Add MIT/GNU Scheme and Bigloo.Ludovic Courtès2013-01-15
| | | | | * distro/packages/scheme.scm: New file. * Makefile.am (MODULES): Add it.
* build-system/gnu: Allow the `source' argument to be #f.Ludovic Courtès2013-01-15
| | | | * guix/build-system/gnu.scm (gnu-build): Allow SOURCE to be #f.
* daemon: Remove reference to immutable.{cc,hh}, which no longer exist.Ludovic Courtès2013-01-15
| | | | | | | * 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>.
* snix: When unable to determine the version number, leave the URI unchanged.Ludovic Courtès2013-01-14
| | | | | * guix/snix.scm (snix-derivation->guix-package)[pretty-uri]: When VERSION is #f, return URI.
* guix-package: Create or diagnose missing profile directory.Ludovic Courtès2013-01-14
| | | | | | | | | | | 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.
* tests: Use "binutils:lib" as the `guix-package' example.Ludovic Courtès2013-01-14
| | | | | * tests/guix-package.sh: Use "binutils:lib" instead of "libsigsegv:lib", since the latter no longer exists.
* guix-package: Fix check for ~/.guix-profile existence.Ludovic Courtès2013-01-13
| | | | | | * guix-package.in (guix-package): When testing whether %USER-ENVIRONMENT-DIRECTORY exists, use `lstat' instead of `file-exists?'. Reported by Andreas Enge.
* licenses: Add 'openldap2.8'.Andreas Enge2013-01-13
| | | | * guix/licenses.scm (openldap2.8): New variable.
* distro: Add PARI/GPAndreas Enge2013-01-13
| | | | * distro/packages/algebra.scm (pari-gp): New variable.
* Update to Nix 1.3.Ludovic Courtès2013-01-13
|
* store: In `open-connection', process all the server's stderr.Ludovic Courtès2013-01-13
| | | | * guix/store.scm (open-connection): Loop until `process-stderr' returns #t.
* distro: openssl: Fix the `license' field.Ludovic Courtès2013-01-13
| | | | | * distro/packages/openssl.scm: Add renamer for (guix licenses). Adjust accordingly.
* distro: Add GNU Emacs.Ludovic Courtès2013-01-13
| | | | | * distro/packages/emacs.scm: New file. * Makefile.am (MODULES): Add it.
* doc: Fix typos.Ludovic Courtès2013-01-13
| | | | | | * doc/guix.texi (Setting Up the Daemon): Use "useradd -c" for comments. Reported by Andreas Enge. (Invoking guix-gc): Fix typo.
* distro: Add GNU Mailutils.Ludovic Courtès2013-01-13
| | | | | * distro/packages/mailutils.scm: New file. * Makefile.am (MODULES): Add it.