~ruther/guix-local

6c7b6a51 — Mark H Weaver 13 years ago
Add version-compare and version>? to utils.scm.

* guix/utils.scm (version-compare, version>?): New exported procedures,
  based on version-string>?, which was formerly in gnu-maintenance.scm.

* guix/gnu-maintenance.scm (version-string>?): Removed procedure.
  (latest-release): Use 'version>?' instead of 'version-string>?'.
76978d40 — Andreas Enge 13 years ago
gnu: Add signing-party.

* gnu/packages/gnupg.scm (signing-party): New variable.
b6f5801e — Andreas Enge 13 years ago
gnu: wget: Drop manual handling of /usr/bin/env.

* gnu/packages/wget.scm (wget): Drop patch-/usr/bin/env phase.
b5c18c78 — Andreas Enge 13 years ago
gnu: curl: Let patch-shebang handle /usr/bin/env.

* gnu/packages/curl.scm (curl): Drop manual rewriting of #!/usr/bin/env.
c3f97617 — Andreas Enge 13 years ago
gnu: openldap: Disable tests, they fail too randomly probably due to
   timeouts in the server.

* gnu/packages/openldap.scm (openldap): Drop all tests.
ca8def6e — Andreas Enge 13 years ago
Patch-shebang: Do not add space after interpreter without argument.

* guix/build/utils.scm (patch-shebang): Do not add a space after a command
  interpreter not followed by an argument; this made two tests of
  coreutils fail.
11996d85 — Andreas Enge 13 years ago
Patch-shebang: Handle "#!/usr/bin/env command"

* guix/build/utils.scm (patch-shebang): Handle replacement of
   "#!.*/env CMD ARGS" by "#!/nix/store/path/.../to/CMD ARGS".
93a6f552 — Andreas Enge 13 years ago
gnu: gmp: Update to version 5.1.1.

* gnu/packages/multiprecision.scm (gmp): Update to version 5.1.1.
58867ae7 — Mark H Weaver 13 years ago
Add pre-inst-env and test-env to nodist_noinst_SCRIPTS in Makefile.am.

* Makefile.am: Add nodist_noinst_SCRIPTS = pre-inst-env test-env.
a40f1543 — Ludovic Courtès 13 years ago
gnu: Add Samba and iniparser.

* gnu/packages/samba.scm: New file.
* Makefile.am (MODULES): Add it.
0e7aac44 — Ludovic Courtès 13 years ago
gnu: bigloo: Install Emacs modes.

* gnu/packages/scheme.scm (bigloo): Add `install-emacs-modes' phase.
01e11826 — Andreas Enge 13 years ago
gnu: gnupg: Add optional inputs curl and openldap.

* gnu/packages/gnupg.scm (gnupg): Add inputs.
30e9cbb4 — Andreas Enge 13 years ago
gnu: gnupg: Patch out /bin/sh in generated file.

* gnu/packages/gnupg.scm (gnupg): Modify configure phase.
a86177d6 — Andreas Enge 13 years ago
gnu: Rename module 'freetype' to the more general 'fontutils'.

* gnu/packages/freetype.scm: Rename file to...
* gnu/packages/fontutils.scm: ...this.
* Makefile.am (MODULES): Rename module.
* gnu/packages/{ghostscript,grub,pdf,texlive}.scm: Rename dependency.
f5fd4360 — Ludovic Courtès 13 years ago
doc: Add the commit policy to HACKING.

* HACKING (Commit Access): New section.
151794bf — Ludovic Courtès 13 years ago
build: Export `NIX_ROOT_FINDER' and `NIX_SETUID_HELPER' from `pre-inst-env'.

* pre-inst-env.in (NIX_ROOT_FINDER, NIX_SETUID_HELPER): New variables.
  Reported by Cyril Roelandt <tipecaml@gmail.com>.
df77a462 — Ludovic Courtès 13 years ago
gnu: Add popt.

* gnu/packages/popt.scm (popt): New file.
* Makefile.am (MODULES): Add it.
beacfcab — Ludovic Courtès 13 years ago
gnu: Add Linux-Libre.

* gnu/packages/linux.scm (linux-libre): New variable.
57f662ad — Ludovic Courtès 13 years ago
gnu: Add libunwind.

* gnu/packages/libunwind.scm: New file.
* Makefile.am (MODULES): Add it.
b4fcb735 — Ludovic Courtès 13 years ago
gnu: Add Linux module-init-tools.

* gnu/packages/linux.scm (module-init-tools): New variable.
Next