summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* doc: Update bootstrap-related info in `HACKING'.Ludovic Courtès2013-06-09
|
* gnu: glib: Update to 2.37.1.Ludovic Courtès2013-06-08
| | | | | | | | | | | * gnu/packages/glib.scm (glib): Update to 2.37.1. Add Bash and tzdata as inputs. Remove `glib-tests-timezone.patch'. Augment `pre-build' phase to set `TZDIR', `XDG_CACHE_HOME', and to modify makefiles to honor $(TESTS_ENVIRONMENT). * gnu/packages/patches/glib-tests-desktop.patch, gnu/packages/patches/glib-tests-homedir.patch: Update. * gnu/packages/patches/glib-tests-timezone.patch: Remove. * Makefile.am (dist_patch_DATA): Update accordingly.
* gnu: subversion: Download from apache archive site.Mark H Weaver2013-06-08
| | | | | | * gnu/packages/subversion.scm (subversion): Download from archive.apache.org, where versions are kept for a longer period of time. Previously, we downloaded from the mirrors, which keep only the most recent versions.
* gnu: plotutils: Add X client libraries as inputs.Ludovic Courtès2013-06-07
| | | | | * gnu/packages/plotutils.scm (plotutils): Add libx11, libxt, and libxaw as inputs.
* gnu: Add Privoxy.Ludovic Courtès2013-06-07
| | | | * gnu/packages/tor.scm (privoxy): New variable.
* packages: Make the `propagated-inputs' field thunked.Ludovic Courtès2013-06-06
| | | | * guix/packages.scm (<package>): Make `propagated-inputs' thunked.
* gnu: bash-light: Allow cross-compilation.Ludovic Courtès2013-06-05
| | | | | | | * gnu/packages/bash.scm (bash-light): Add (guix build gnu-cross-build) to #:modules when (%current-target-system) is true. Add `bash_cv_job_control_missing=no' to #:configure-flags when (%current-target-system) is true.
* gnu: Fix `static-package' arguments overriding.Ludovic Courtès2013-06-05
| | | | | | * guix/build-system/gnu.scm (static-package): Call `package-arguments' from within the `arguments' field, so it see the right (%current-target-system).
* gnu: gnutls: Update to 3.2.1.Ludovic Courtès2013-06-05
| | | | * gnu/packages/gnutls.scm (gnutls): Update to 3.2.1.
* gnu: nettle: Update to 2.7.1.Ludovic Courtès2013-06-05
| | | | * gnu/packages/nettle.scm (nettle): Update to 2.7.1.
* gnu: automake: Update to 1.13.3.Ludovic Courtès2013-06-05
| | | | * gnu/packages/autotools.scm (automake): Update to 1.13.3.
* gnu: Add WordNet.Ludovic Courtès2013-06-04
| | | | | * gnu/packages/wordnet.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: Add Tk.Ludovic Courtès2013-06-04
| | | | * gnu/packages/tcl.scm (tk): New variable.
* doc: Write about patch submission and packaging guidelines.Ludovic Courtès2013-06-04
| | | | | | * HACKING: Update the command names from `guix-build' to `guix build' & co. (Submitting Patches, Packaging Guidelines): New sections. * doc/guix.texi (Contributing): New section.
* substitute-binary: Don't cache .narinfo lookups when lacking networking.Ludovic Courtès2013-06-04
| | | | | * guix/scripts/substitute-binary.scm (lookup-narinfo): Don't cache NARINFO when CACHE is #f.
* Update `NEWS'.Ludovic Courtès2013-06-04
|
* gnu: Add Grue Hunter.Nikita Karetnikov2013-06-03
| | | | | * gnu/packages/grue-hunter.scm: New file. * Makefile.am (MODULES): Add it.
* licenses: Add 'agpl3' and 'agpl3+'.Nikita Karetnikov2013-06-03
| | | | * guix/licenses.scm (agpl3, agpl3+): New variables.
* gnu: Add Babel.Cyril Roelandt2013-06-01
| | | | * gnu/packages/babel.scm (babel): New package.
* gnu: Add XLockMore.Ludovic Courtès2013-06-01
| | | | | * gnu/packages/xlockmore.scm: New file. * Makefile.am (MODULES): Add it.
* gnu: gawk: Refer to the target Bash in io.c.Ludovic Courtès2013-06-01
| | | | | * gnu/packages/gawk.scm (gawk): Add Bash as an input when (%current-target-system) is true.
* Fix name of Alexandru.Ludovic Courtès2013-06-01
|
* gnu: Add Rubber.Ludovic Courtès2013-05-30
| | | | * gnu/packages/texlive.scm (rubber): New variable.
* Thanks, Cojocaru.Ludovic Courtès2013-05-30
|
* ui: define-diagnostic: Don't mark `_' and `N_' as literals.Ludovic Courtès2013-05-30
| | | | | | * guix/ui.scm (define-diagnostic): Use `free-identifier=?' to compare the user's input with `_' and `N-". This should fix builds with Guile 2.1. Reported by Cojocaru Alexandru <xojoc@gmx.com>.
* build-system/python: Avoid circular dependency.Ludovic Courtès2013-05-30
| | | | | | | | This fixes a circular dependency introduced in commit acc26ff ("gnu: Add pytz."). * guix/build-system/python.scm (default-python): New procedure. (python-build): Use it.
* substitute-binary: Gracefully exit upon networking errors.Ludovic Courtès2013-05-29
| | | | | | | Suggested by Andreas Enge <andreas@enge.fr>. * guix/scripts/substitute-binary.scm (with-networking): New macro. (guix-substitute-binary): Wrap the body in `with-networking'.
* build, package: Add `--fallback' option.Ludovic Courtès2013-05-29
| | | | | | | | | * guix/scripts/build.scm (%options, show-help): Add `--fallback'. (guix-build): Call `set-build-options' with #:fallback?. * guix/scripts/package.scm (%options, show-help): Add `--fallback'. (guix-package): Call `set-build-options' with #:fallback?. * doc/guix.texi (Invoking guix package, Invoking guix build): Document `--fallback'.
* store: Test the `fallback?' store option.Ludovic Courtès2013-05-29
| | | | | * guix/store.scm (set-build-options): Rename #:try-fallback? to #:fallback?. * tests/store.scm ("substitute --fallback"): New test.
* gnu: Add pytz.Cyril Roelandt2013-05-29
| | | | * gnu/packages/python.scm (pytz): New package.
* gnu: Add torsocks.Ludovic Courtès2013-05-29
| | | | * gnu/packages/tor.scm (torsocks): New variable.
* python-build-system: add a check phase.Cyril Roelandt2013-05-28
| | | | | * guix/build/python-build-system.scm (check): New procedure. (%standard-phases): Use it.
* packages: Raise an error condition a cross builder is needed but unavailable.Ludovic Courtès2013-05-27
| | | | | | | | | * guix/packages.scm (&package-cross-build-system-error): New condition type. (package-cross-derivation): Raise &package-cross-build-system-error when the build system doesn't support cross builds. * guix/ui.scm (call-with-error-handling): Add package-cross-build-system-error? case. * tests/packages.scm ("package-cross-derivation, no cross builder"): New test.
* build-system/gnu: Fix typo in `gnu-cross-build'.Ludovic Courtès2013-05-27
| | | | | * guix/build-system/gnu.scm (gnu-cross-build)[builder]: When IMPLICIT-TARGET-INPUTS is #f, default to '().
* gnu: guile: More cross-compilation tweaks.Ludovic Courtès2013-05-27
| | | | | | * gnu/packages/guile.scm (guile-2.0): When cross-compiling, unset GUILE_LOAD_PATH and GUILE_LOAD_COMPILED_PATH, and set CC_FOR_BUILD=gcc.
* gnu: pkg-config: Provide a cross-build-friendly wrapper.Ludovic Courtès2013-05-27
| | | | | | | * gnu/packages/pkg-config.scm (pkg-config): Rename to... (%pkg-config): ... this. Make private. (cross-pkg-config, pkg-config-for-target): New procedures. (pkg-config): New macro.
* gnu: cross-binutils: Build with `--with-sysroot'.Ludovic Courtès2013-05-27
| | | | | | | | | This fixes resolution of DT_NEEDED entries in cross-built libraries. For instance, if ltdl.so needs libdl.so and has it in its RUNPATH, then libdl.so is searched for in the right place. * gnu/packages/cross-base.scm (cross-binutils): Pass `--with-sysroot=/no-such-path'.
* doc: Improve wording and fix typos in "Introduction" and "Requirements".Nikita Karetnikov2013-05-26
| | | | * doc/guix.texi (Introduction, Requirements): Rephrase and fix typos.
* gnu: guile: Add Bash as an input, to permit cross-compilation.Ludovic Courtès2013-05-26
| | | | | | * gnu/packages/guile.scm (guile-2.0): Add Bash as an input when (%current-target-system) is true. Use %standard-cross-phases as a basis when (%current-target-system) is true.
* gnu: bash: Fix cross-compilation.Ludovic Courtès2013-05-26
| | | | | * gnu/packages/bash.scm (bash): Pass "bash_cv_job_control_missing=no" when (%current-target-system) is true.
* build: `hydra.scm' really cross-builds Gettext.Ludovic Courtès2013-05-26
| | | | * hydra.scm: Import (gnu packages gettext).
* zlib: Add a sourceforge mirror.Cyril Roelandt2013-05-25
| | | | | This is especially useful since the tarball is deleted from zlib.net as soon as a new version of zlib is released.
* build: Add missing import in `hydra.scm'.Ludovic Courtès2013-05-25
| | | | * hydra.scm: Import (gnu packages gawk).
* build: `hydra.scm' cross-builds a few more packages.Ludovic Courtès2013-05-25
| | | | * hydra.scm (%packages-to-cross-build): Add a few packages.
* gnu: ncurses, readline: Allow cross-compilation.Ludovic Courtès2013-05-25
| | | | | | | * gnu/packages/ncurses.scm (ncurses): Add `cross-pre-install-phase'. Use different phases when (%current-target-system) is true. * gnu/packages/readline.scm (readline): Use %standard-cross-phases as the base when (%current-target-system) is true.
* gnu: libffi: Allow cross-compilation.Ludovic Courtès2013-05-25
| | | | | | * gnu/packages/libffi.scm (libffi): Use %standard-cross-phases as the base when cross-compiling. Add (guix build gnu-cross-build) to the #:modules when cross-compiling. Improve synopsis.
* gnu: libtool: Allow cross-compilation.Ludovic Courtès2013-05-25
| | | | | * gnu/packages/autotools.scm (libtool)[arguments]: Use #:phases argument only when building natively.
* gnu: gawk: Allow cross-compilation.Ludovic Courtès2013-05-25
| | | | | | * gnu/packages/gawk.scm (gawk)[arguments]: Use `set-shell-file-name' phase that works when cross-compiling; use `%standard-cross-phases' as the base when (%current-target-system) is true.
* gnu: libsigsegv: Fix mips64el-linux-gnu (cross-)builds.Ludovic Courtès2013-05-25
| | | | * gnu/packages/libsigsegv.scm (libsigsegv): New `arguments' field.
* gnu: findutils: Fix cross-compilation.Ludovic Courtès2013-05-25
| | | | | * gnu/packages/base.scm (findutils): Reinstate cross-compilation #:configure-flags.