~ruther/guix-local

9bf3c1a7 — Ludovic Courtès 12 years ago
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.
ae3b6bb0 — Ludovic Courtès 12 years ago
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.
bdbb6fbb — Ludovic Courtès 12 years ago
Update `NEWS'.
94e4ddd5 — Nikita Karetnikov 12 years ago
gnu: Add Grue Hunter.

* gnu/packages/grue-hunter.scm: New file.
* Makefile.am (MODULES): Add it.
ef7cf291 — Nikita Karetnikov 13 years ago
licenses: Add 'agpl3' and 'agpl3+'.

* guix/licenses.scm (agpl3, agpl3+): New variables.
5ace6e2f — Cyril Roelandt 12 years ago
gnu: Add Babel.

* gnu/packages/babel.scm (babel): New package.
1890a149 — Ludovic Courtès 12 years ago
gnu: Add XLockMore.

* gnu/packages/xlockmore.scm: New file.
* Makefile.am (MODULES): Add it.
63c0c19a — Ludovic Courtès 12 years ago
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.
8caa6152 — Ludovic Courtès 12 years ago
Fix name of Alexandru.
231eae53 — Ludovic Courtès 12 years ago
gnu: Add Rubber.

* gnu/packages/texlive.scm (rubber): New variable.
44fbbf4c — Ludovic Courtès 12 years ago
Thanks, Cojocaru.
89d02b98 — Ludovic Courtès 12 years ago
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>.
5282181d — Ludovic Courtès 12 years ago
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.
cf5d2ca3 — Ludovic Courtès 12 years ago
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'.
56b1f4b7 — Ludovic Courtès 12 years ago
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'.
c3eb878f — Ludovic Courtès 12 years ago
store: Test the `fallback?' store option.

* guix/store.scm (set-build-options): Rename #:try-fallback? to #:fallback?.
* tests/store.scm ("substitute --fallback"): New test.
acc26ff1 — Cyril Roelandt 12 years ago
gnu: Add pytz.

* gnu/packages/python.scm (pytz): New package.
4f7e152b — Ludovic Courtès 12 years ago
gnu: Add torsocks.

* gnu/packages/tor.scm (torsocks): New variable.
842ded33 — Cyril Roelandt 12 years ago
python-build-system: add a check phase.

* guix/build/python-build-system.scm (check): New procedure.
  (%standard-phases): Use it.
9b222abe — Ludovic Courtès 12 years ago
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.
Next