~ruther/guix-local

044498a0 — Ludovic Courtès 12 years ago
build: Bump version to 0.4.

* configure.ac: Switch to 0.4.
8b2d9e5d — Ludovic Courtès 12 years ago
doc: Improve build instructions in README and HACKING.

* README (Requirements): Remove Nixpkgs.  Remove mentions of building
  from Git.
  (Installation): Refer to the manual.
* HACKING: List requirements for when building from Git.
  Remove the `dot: Command not found' error.
3253830d — Ludovic Courtès 12 years ago
Update NEWS.
6023cc74 — Ludovic Courtès 12 years ago
gnu: linux-libre: Add alternate URLs.

Fixes <http://bugs.gnu.org/14851>.
Reported by Andreas Enge <andreas@enge.fr>.

* gnu/packages/linux.scm (linux-libre-urls): New procedure.
  (linux-libre-headers, linux-libre): Use it.
18555772 — Ludovic Courtès 12 years ago
gnu: tzdata: Update hash.

Fixes <http://bugs.gnu.org/14890>.
Reported by Andreas Enge <andreas@enge.fr>.

* gnu/packages/base.scm (tzdata): Update hash.
b81e1947 — Ludovic Courtès 12 years ago
doc: Add "Adding New Packages".

* doc/guix.texi (Adding New Packages): New section.
  (Packaging Guidelines): Make a subsection thereof.
  (From the Source Tarball to the Package): New subsection.
  (Contributing): Link to "Adding New Packages".
  (Package Modules): Link to modules in Guile's manual.
c71493c8 — Ludovic Courtès 12 years ago
build: Check the availability of i686-linux binaries.

* build-aux/check-available-binaries.scm (%supported-systems): New
  variable.
  (native): Map over these.
1959fb04 — Ludovic Courtès 12 years ago
build: Provide a replacement (srfi srfi-37) when the user's one is broken.

* srfi/srfi-37.scm.in: New file, taken from Guile 2.0.9.
* m4/guix.m4: New macro.
* configure.ac: Use it.  Define Automake conditional `INSTALL_SRFI_37'.
* Makefile.am (nobase_nodist_guilemodule_DATA)[INSTALL_SRFI_37]: Add
  srfi/srfi-37.scm.
  (GOBJECTS)[INSTALL_SRFI_37]: Add srfi/srfi-37.go.
  (srfi/srfi-37.scm)[INSTALL_SRFI_37]: New target.
  (EXTRA_DIST): Add srfi/srfi-37.scm.in.
4a328f73 — Ludovic Courtès 12 years ago
doc: Mark 2.0.5 as being the minimum Guile version.

* doc/guix.texi (Requirements): Require Guile 2.0.5+.
* README: Ditto.
88ebd5e6 — Ludovic Courtès 12 years ago
Update .po files.
5939006b — Ludovic Courtès 12 years ago
Update NEWS.
63f6004b — Ludovic Courtès 12 years ago
doc: Refer to guix-devel@gnu.org.

* doc/guix.texi (Contributing): Refer to guix-devel@gnu.org.
e23dc82c — Ludovic Courtès 12 years ago
gnu: subversion: Fetch over plain HTTP.

* gnu/packages/version-control.scm (subversion): Use the http:// URL
  to work around <http://bugs.gnu.org/14884>.  Reported by Mark Weaver
  and Andreas Enge.
73d9f3c5 — Ludovic Courtès 12 years ago
list-packages: Add links to hydra.gnu.org.

* build-aux/list-packages.scm (package->sxml)[status]: New procedure.
  Use it at the end of each description.
  (packages->sxml): Add link to hydra.gnu.org.
c5a1902a — Ludovic Courtès 12 years ago
gnu: libphidget: Add "debug" output.

* gnu/packages/libphidget.scm (libphidget): Add `outputs' field.
4ec09bb4 — Ludovic Courtès 12 years ago
hydra: Fix typo.

* build-aux/hydra/gnu-system.scm (hydra-jobs): Use `cons', not `append'.
77bed842 — Ludovic Courtès 12 years ago
hydra: Build for all the specified systems.

* build-aux/hydra/gnu-system.scm (hydra-jobs): Pick all the `system'
  keys in ARGUMENTS.
  [cross-jobs]: Turn into a procedure, with a `system' parameter.
  Build packages for all of SYSTEMS and %CROSS-TARGETS.
195e81aa — Ludovic Courtès 12 years ago
hydra: Distinguish between jobs for different system types.

* build-aux/hydra/gnu-system.scm (package-job, package-cross-job):
  Append `.SYSTEM' to the job name.
4b7f3407 — Ludovic Courtès 12 years ago
hydra: Honor the `system' argument.

* build-aux/hydra/gnu-system.scm (hydra-jobs): Really look up the
  `system' symbol in ARGUMENTS.
d409c8ab — Andreas Enge 12 years ago
gnu: libapr, libaprutil: Upgrade.

* gnu/packages/libapr.scm (libapr): Upgrade to 1.4.8.
* gnu/packages/libapr.scm (libaprutil): Upgrade to 1.5.2.
Next