- Jan 18, 2013
-
-
Ludovic Courtès authored
* distro.scm: Rename to... * gnu/packages.scm: ... this. Update all users accordingly. * Makefile.am (MODULES): Adjust accordingly. * po/POTFILES.in: Likewise.
-
Ludovic Courtès authored
* 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.
-
- Jan 17, 2013
-
-
Ludovic Courtès authored
* HACKING: Capitalize the title. (Running Guix before it is installed): New section. (Adding new packages): Update example.
-
Ludovic Courtès authored
-
Ludovic Courtès authored
* doc/guix.texi (Features): Add a footnote saying that binary deployment is missing.
-
Andreas Enge authored
* distro/packages/libtiff.scm: New file. * Makefile.am (MODULES): Add it.
-
Andreas Enge authored
* distro/packages/libjpeg.scm (libjpeg-8): New variable.
-
Andreas Enge authored
* distro/packages/file.scm: New file. * Makefile.am (MODULES): Add it.
-
Andreas Enge authored
* distro/packages/libjpeg.scm: New file. * Makefile.am (MODULES): Add it.
-
Andreas Enge authored
* distro/packages/flex.scm (flex): Add Indent as input.
-
Andreas Enge authored
* distro/packages/indent.scm: New file. * Makefile.am (MODULES): Add it.
-
Ludovic Courtès authored
* 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".
-
Ludovic Courtès authored
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'.
-
Andreas Enge authored
* distro/packages/gnutls.scm (gnutls): Update to 3.1.6.
-
Ludovic Courtès authored
* guix/packages.scm (base32): Allow arguments that are not literal strings.
-
Ludovic Courtès authored
* distro/packages/nettle.scm (nettle): Update to 2.6.
-
- Jan 16, 2013
-
-
Ludovic Courtès authored
* distro/packages/gdb.scm (gdb): Add Expat and Python as inputs.
-
Ludovic Courtès authored
* distro/packages/xml.scm: New file. * Makefile.am (MODULES): Add it.
-
Ludovic Courtès authored
* doc/guix.texi (Defining Packages): Add cross-reference to "Derivations". (The Store): Add `build-derivations'. (Derivations): Populate.
-
Ludovic Courtès authored
* 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 authored
* doc/guix.texi: Remove @documentlanguage, which confuses TeX.
-
Andreas Enge authored
* distro/packages/icu4c.scm: New file. * Makefile.am (MODULES): Add it.
-
Nikita Karetnikov authored
* distro/packages/python.scm: New file. * Makefile.am (MODULES): Add it.
-
- Jan 15, 2013
-
-
Ludovic Courtès authored
* doc/guix.texi (The Store): Populate. (Introduction): Add cross-reference. Change "package store" to "the store".
-
Ludovic Courtès authored
* distro/packages/recutils.scm (recutils): Add Emacs, Check, and bc as dependencies.
-
Ludovic Courtès authored
* distro/packages/check.scm (check): Fix source URI.
-
Ludovic Courtès authored
* 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 authored
* distro/packages/algebra.scm (bc): New variable.
-
Ludovic Courtès authored
* 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.
-
Andreas Enge authored
* distro/packages/cyrus-sasl.scm: New file. * Makefile.am (MODULES): Add it.
-
Andreas Enge authored
* Makefile.am: alphabetical ordering
-
Ludovic Courtès authored
-
Ludovic Courtès authored
* 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.
-
Nikita Karetnikov authored
* guix/licenses.scm (psfl): New variable.
-
Ludovic Courtès authored
* distro/packages/scheme.scm: New file. * Makefile.am (MODULES): Add it.
-
Ludovic Courtès authored
* guix/build-system/gnu.scm (gnu-build): Allow SOURCE to be #f.
-
- Jan 14, 2013
-
-
Ludovic Courtès authored
* 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 authored
* guix/snix.scm (snix-derivation->guix-package)[pretty-uri]: When VERSION is #f, return URI.
-
Ludovic Courtès authored
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 authored
* tests/guix-package.sh: Use "binutils:lib" instead of "libsigsegv:lib", since the latter no longer exists.
-