~ruther/guix-local

785db4d8 — Ludovic Courtès 13 years ago
glib: Patch around prlimit(2) failure.

* gnu/packages/glib.scm (glib)[source]: Switch to mirror://gnome.
  [inputs]: Add `patch/tests-prlimit'.
  [arguments]: Add it.
* gnu/packages/patches/glib-tests-prlimit.patch: New file.
* Makefile.am (dist_patch_DATA): Add it.
0b5aa854 — Ludovic Courtès 13 years ago
build: `hydra.scm' changes %load-path to refer to itself.

* hydra.scm: Add `eval-when' clause.
da0a26d2 — Ludovic Courtès 13 years ago
Update `TODO'.
7bf56918 — Ludovic Courtès 13 years ago
gnu: Add GNU cflow.

* gnu/packages/cflow.scm: New file.
* Makefile.am (MODULES): Add it.
47a9cb95 — Ludovic Courtès 13 years ago
gnu: Add GNU cppi.

* gnu/packages/cppi.scm: New file.
* Makefile.am (MODULES): Add it.
128663e4 — Ludovic Courtès 13 years ago
store: Really disable file name canonicalization for derivation inputs.

* guix/store.scm (write-contents)[call-with-binary-input-file]: Set
  %FILE-PORT-NAME-CANONICALIZATION to #f.
* gnu/packages.scm (search-patch, search-bootstrap-binary): Leave
  %FILE-PORT-NAME-CANONICALIZATION unchanged.  This reverts 9776ebb.
238f7397 — Ludovic Courtès 13 years ago
store: Use `sendfile' when available.

* guix/store.scm (write-contents)[call-with-binary-input-file]: New
  procedure.
  Use `sendfile' instead of `dump' when available.  Add `size'
  parameter.
  (write-file): Update caller.
b6a64843 — Cyril Roelandt 13 years ago
gnu: Add cmake.

* gnu/packages/cmake.scm: New file.
* gnu/packages/patches/cmake-fix-tests.patch: New file.
* Makefile.am: Add them.
9776ebb2 — Ludovic Courtès 13 years ago
gnu: Disable file name canonicalization in `search-*'.

* gnu/packages.scm (search-patch, search-bootstrap-binary): Make sure no
  canonicalization occurs.  This reduces the number of 'stat' system
  calls.
712e6e68 — Cyril Roelandt 13 years ago
gnu: Add lua.

* gnu/packages/lua.scm: New file.
* Makefile.am: add it.
84a3e3b7 — Ludovic Courtès 13 years ago
gnu: libgcrypt: Upgrade to 1.5.1.

* gnu/packages/gnupg.scm (libgcrypt): Upgrade to 1.5.1.
881a4cf1 — Ludovic Courtès 13 years ago
Work around <http://bugs.gnu.org/13095> in build-aux/download.scm.

* build-aux/download.scm: Annihilate `shutdown' in (web client).
  Reported by Aljosha Papsch.
ce41a462 — Ludovic Courtès 13 years ago
release.nix: Hack to unchroot more stuff.

* release.nix (unchrootedNixpkgs): New function.
  (jobs)[tarball, build, build_disable_daemon, distro): Use it.
  Should fix <http://hydra.gnu.org:3000/build/7279>.
9c3ac1b6 — Ludovic Courtès 13 years ago
release.nix: Adjust to current Nixpkgs.

* release.nix: s/buildNativeInputs/nativeBuildInputs/.
a4f08f92 — Ludovic Courtès 13 years ago
guix package: Report packages to be removed/installed.

* guix/scripts/package.scm (guix-package)[process-actions](show-what-to-remove/install):
  New procedure.
  Call it before `show-what-to-build'.
71f4b81a — Andreas Enge 13 years ago
gnu: Add openconnect.

* gnu/packages/vpn.scm (openconnect): New variable.
0bb1aa9e — Ludovic Courtès 13 years ago
derivations: Optimize `build-expression->derivation'.

This reduces the execution time of
"guix build -e '(@ (gnu packages emacs) emacs)' -d" by 6%, from
1.15s to 1.08s.

* guix/derivations.scm (build-expression->derivation): Write the builder
  as UTF-8.
d8085599 — Ludovic Courtès 13 years ago
derivations: Optimize `write-derivation'.

This reduces the execution time of
"guix build -e '(@ (gnu packages emacs) emacs)' -d" by 25%, from
1.54 s. to 1.15s.

* guix/derivations.scm (write-sequence, write-list, write-tuple): New
  procedures.
  (write-derivation)[list->string, write-list]: Remove.
  [write-string-list, write-output, write-input, write-env-var]: New helpers.
  Rewrite in terms of these new helpers.
993fb66d — Ludovic Courtès 13 years ago
guix package: Gracefully handle `official-gnu-packages' failure.

* guix/gnu-maintenance.scm (http-fetch): Error out when DATA is #f.
* guix/scripts/package.scm (check-package-freshness): Wrap
  `gnu-package?' call in `false-if-exception'.
  Reported by Cyril Roelandt <tipecaml@gmail.com>.
3be9f724 — Ludovic Courtès 13 years ago
gnu: emacs: Update to 24.3.

* gnu/packages/emacs.scm (emacs): Update to 24.3.  Use the .xz tarball.
* gnu/packages/patches/emacs-configure-sh.patch: Adjust.
Next