| Commit message (Expand) | Author | Age |
* | gnu: automake: Update to 1.13.3.•••* gnu/packages/autotools.scm (automake): Update to 1.13.3.
| Ludovic Courtès | 2013-06-05 |
* | gnu: Add WordNet.•••* gnu/packages/wordnet.scm: New file.
* Makefile.am (MODULES): Add it.
| Ludovic Courtès | 2013-06-04 |
* | gnu: Add Tk.•••* gnu/packages/tcl.scm (tk): New variable.
| Ludovic Courtès | 2013-06-04 |
* | doc: Write about patch submission and packaging guidelines.•••* HACKING: Update the command names from `guix-build' to `guix build' & co.
(Submitting Patches, Packaging Guidelines): New sections.
* doc/guix.texi (Contributing): New section.
| Ludovic Courtès | 2013-06-04 |
* | substitute-binary: Don't cache .narinfo lookups when lacking networking.•••* guix/scripts/substitute-binary.scm (lookup-narinfo): Don't cache
NARINFO when CACHE is #f.
| Ludovic Courtès | 2013-06-04 |
* | Update `NEWS'. | Ludovic Courtès | 2013-06-04 |
* | gnu: Add Grue Hunter.•••* gnu/packages/grue-hunter.scm: New file.
* Makefile.am (MODULES): Add it.
| Nikita Karetnikov | 2013-06-03 |
* | licenses: Add 'agpl3' and 'agpl3+'.•••* guix/licenses.scm (agpl3, agpl3+): New variables.
| Nikita Karetnikov | 2013-06-03 |
* | gnu: Add Babel.•••* gnu/packages/babel.scm (babel): New package.
| Cyril Roelandt | 2013-06-01 |
* | gnu: Add XLockMore.•••* gnu/packages/xlockmore.scm: New file.
* Makefile.am (MODULES): Add it.
| Ludovic Courtès | 2013-06-01 |
* | gnu: gawk: Refer to the target Bash in io.c.•••* gnu/packages/gawk.scm (gawk): Add Bash as an input
when (%current-target-system) is true.
| Ludovic Courtès | 2013-06-01 |
* | Fix name of Alexandru. | Ludovic Courtès | 2013-06-01 |
* | gnu: Add Rubber.•••* gnu/packages/texlive.scm (rubber): New variable.
| Ludovic Courtès | 2013-05-30 |
* | Thanks, Cojocaru. | Ludovic Courtès | 2013-05-30 |
* | ui: define-diagnostic: Don't mark `_' and `N_' as literals.•••* 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>.
| Ludovic Courtès | 2013-05-30 |
* | build-system/python: Avoid circular dependency.•••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.
| Ludovic Courtès | 2013-05-30 |
* | substitute-binary: Gracefully exit upon networking errors.•••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'.
| Ludovic Courtès | 2013-05-29 |
* | build, package: Add `--fallback' option.•••* 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'.
| Ludovic Courtès | 2013-05-29 |
* | store: Test the `fallback?' store option.•••* guix/store.scm (set-build-options): Rename #:try-fallback? to #:fallback?.
* tests/store.scm ("substitute --fallback"): New test.
| Ludovic Courtès | 2013-05-29 |
* | gnu: Add pytz.•••* gnu/packages/python.scm (pytz): New package.
| Cyril Roelandt | 2013-05-29 |
* | gnu: Add torsocks.•••* gnu/packages/tor.scm (torsocks): New variable.
| Ludovic Courtès | 2013-05-29 |
* | python-build-system: add a check phase.•••* guix/build/python-build-system.scm (check): New procedure.
(%standard-phases): Use it.
| Cyril Roelandt | 2013-05-28 |
* | packages: Raise an error condition a cross builder is needed but unavailable.•••* 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.
| Ludovic Courtès | 2013-05-27 |
* | build-system/gnu: Fix typo in `gnu-cross-build'.•••* guix/build-system/gnu.scm (gnu-cross-build)[builder]: When
IMPLICIT-TARGET-INPUTS is #f, default to '().
| Ludovic Courtès | 2013-05-27 |
* | gnu: guile: More cross-compilation tweaks.•••* 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.
| Ludovic Courtès | 2013-05-27 |
* | gnu: pkg-config: Provide a cross-build-friendly wrapper.•••* 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.
| Ludovic Courtès | 2013-05-27 |
* | gnu: cross-binutils: Build with `--with-sysroot'.•••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'.
| Ludovic Courtès | 2013-05-27 |
* | doc: Improve wording and fix typos in "Introduction" and "Requirements".•••* doc/guix.texi (Introduction, Requirements): Rephrase and fix typos.
| Nikita Karetnikov | 2013-05-26 |
* | gnu: guile: Add Bash as an input, to permit cross-compilation.•••* 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.
| Ludovic Courtès | 2013-05-26 |
* | gnu: bash: Fix cross-compilation.•••* gnu/packages/bash.scm (bash): Pass "bash_cv_job_control_missing=no"
when (%current-target-system) is true.
| Ludovic Courtès | 2013-05-26 |
* | build: `hydra.scm' really cross-builds Gettext.•••* hydra.scm: Import (gnu packages gettext).
| Ludovic Courtès | 2013-05-26 |
* | zlib: Add a sourceforge mirror.•••This is especially useful since the tarball is deleted from zlib.net as soon as
a new version of zlib is released.
| Cyril Roelandt | 2013-05-25 |
* | build: Add missing import in `hydra.scm'.•••* hydra.scm: Import (gnu packages gawk).
| Ludovic Courtès | 2013-05-25 |
* | build: `hydra.scm' cross-builds a few more packages.•••* hydra.scm (%packages-to-cross-build): Add a few packages.
| Ludovic Courtès | 2013-05-25 |
* | gnu: ncurses, readline: Allow cross-compilation.•••* 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.
| Ludovic Courtès | 2013-05-25 |
* | gnu: libffi: Allow cross-compilation.•••* 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.
| Ludovic Courtès | 2013-05-25 |
* | gnu: libtool: Allow cross-compilation.•••* gnu/packages/autotools.scm (libtool)[arguments]: Use #:phases argument
only when building natively.
| Ludovic Courtès | 2013-05-25 |
* | gnu: gawk: Allow cross-compilation.•••* 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.
| Ludovic Courtès | 2013-05-25 |
* | gnu: libsigsegv: Fix mips64el-linux-gnu (cross-)builds.•••* gnu/packages/libsigsegv.scm (libsigsegv): New `arguments' field.
| Ludovic Courtès | 2013-05-25 |
* | gnu: findutils: Fix cross-compilation.•••* gnu/packages/base.scm (findutils): Reinstate cross-compilation
#:configure-flags.
| Ludovic Courtès | 2013-05-25 |
* | gnu: sed: Allow cross-compilation.•••* gnu/packages/base.scm (sed): Keep the default phases
when (%current-target-system) is true.
| Ludovic Courtès | 2013-05-25 |
* | gnu: coreutils: Allow cross-compilation.•••* gnu/packages/base.scm (coreutils): Remove Perl input
when (%current-target-system) is true. Use %standard-cross-phases as
the base when (%current-target-system) is true.
| Ludovic Courtès | 2013-05-25 |
* | gnu: gettext, attr, acl: Disable `check' phase twiddling when cross building.•••* gnu/packages/gettext.scm (gettext)[arguments]: Disable `check' phase
manipulations when (%current-target-system) is true.
* gnu/packages/attr.scm (attr)[arguments]: Likewise.
* gnu/packages/acl.scm (acl)[arguments]: Likewise.
| Ludovic Courtès | 2013-05-25 |
* | packages: Make `native-inputs' thunked.•••* guix/packages.scm (<package>): Make `native-inputs' thunked.
| Ludovic Courtès | 2013-05-25 |
* | packages: Re-export `%current-target-system'.•••* guix/packages.scm: Re-export `%current-target-system'.
| Ludovic Courtès | 2013-05-25 |
* | build-system/gnu: Make sure build input variables contain pairs.•••* guix/build-system/gnu.scm (gnu-cross-build)[builder]: Make sure
%build-host-inputs and %build-target-inputs always contain pairs, not
lists.
| Ludovic Courtès | 2013-05-25 |
* | build: `hydra.scm' cross-builds simpler packages.•••* hydra.scm (%packages-to-cross-build): Remove things from
make-bootstrap for now.
| Ludovic Courtès | 2013-05-25 |
* | build-system/trivial: Implement the cross-build protocol.•••* guix/build-system/trivial.scm (guile-for-build): New procedure.
(trivial-build): Use it.
(trivial-cross-build): New procedure.
(trivial-build-system): Use it.
| Ludovic Courtès | 2013-05-24 |
* | package: Fix default profile ownership check when it's just been created.•••* guix/scripts/package.scm (guix-package)[ensure-default-profile]: Check
whether S is true before checking its owner. Fixes the case where we
built %PROFILE-DIRECTORY just above.
| Ludovic Courtès | 2013-05-24 |
* | build: `hydra.scm' adds cross-build jobs.•••* hydra.scm (package->alist): Add `package-derivation' argument.
(package-cross-job): New procedure.
(%packages-to-cross-build, %cross-targets): New variables.
(hydra-jobs): Add cross jobs.
| Ludovic Courtès | 2013-05-24 |