~ruther/guix-local

2a31e1da — Ludovic Courtès 11 years ago
ftp-client: Switch to binary mode before using the "SIZE" command.

* guix/ftp-client.scm (ftp-size): Add '%ftp-command' call.
661c99a4 — Ludovic Courtès 11 years ago
lint: Report details about FTP errors.

* guix/scripts/lint.scm (probe-uri) <'ftp>: Pass more information about
  failures alongside 'ftp-response.
  (validate-uri) <ftp-response>: Handle it, and adjust "not reachable"
  message accordingly.
284fe313 — Ludovic Courtès 11 years ago
lint: Change misleading variable name.

* guix/scripts/lint.scm (probe-uri) <'ftp>: Rename 'port' to 'conn'.
c90a50eb — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add mesa-utils.

* gnu/packages/gl.scm (mesa-utils): New variable.
(mesa-demos-source): New procedure.
45191970 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: mesa: Propagate inputs libxshmfence and libxfixes.

* gnu/packages/gl.scm (mesa): Propagate inputs libxshmfence and libxfixes.
3e71b9ff — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: mesa: Add input s2tc.

* gnu/packages/gl.scm (mesa): Add input s2tc, patch sources to make the
  reference to libtxc_dxtn.so absolute since it's passed to dlopen(3).
b021a2ad — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: Add s2tc.

* gnu/packages/gl.scm (s2tc): New variable.
(mesa-headers): New variable.
07047881 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: msmtp: Use mirror:// URI.

* gnu/packages/mail.scm (msmtp): Use a mirror:// URI for the source.
6ea4b094 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: claws-mail: Use mirror:// URI.

* gnu/packages/mail.scm (claws-mail): Use a mirror:// URI for the source.
0e259d7e — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: procps: Explain why a mirror:// URI isn't used.

* gnu/packages/linux.scm (procps): Add a comment explaining why we don't use a
  mirror:// URI.
10478523 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: lcms: Use mirror:// URI.

* gnu/packages/ghostscript.scm (lcms): Use a mirror:// URI for the source.
6de9dc25 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: wxwidgets-2: Use mirror:// URI.

* gnu/packages/wxwidgets.scm (wxwidgets-2): Use a mirror:// URI for the
  source.
8c056935 — Taylan Ulrich Bayırlı/Kammer 11 years ago
gnu: liba52: Fix source URI.

* gnu/packages/video.scm (liba52): Fix the source URI; SourceForge mirror URIs
  don't work for this project presumably because it's misconfigured.
f2226640 — Ludovic Courtès 11 years ago
substitute-binary: Fix recently-introduced regression.

* guix/scripts/substitute-binary.scm (%cache-url): Fix regression
  introduced in 41c45e7.
f401b1e9 — Ludovic Courtès 11 years ago
store: Remove debugging leftover.

* guix/store.scm (set-build-options): Remove leftover 'pk' call from
  41c45e7.
41c45e78 — Ludovic Courtès 11 years ago
store: Add preliminary support for client-supplied substitute URLs.

* guix/store.scm (set-build-options): Rename #:binary-caches to
  #:substitute-urls.  Actually pass it in 'pairs' under the
  "substitute-urls" key.
* guix/scripts/substitute-binary.scm (%cache-url): Add comment for
  "untrusted-substitute-urls".
fc1ee095 — Ludovic Courtès 11 years ago
pk-crypto: Improve documentation of 'key-type'.

* guix/pk-crypto.scm (key-type): Improve docstring.
87bafa07 — Tomáš Čech 11 years ago
gnu: Add agg.

* gnu/packages/graphics.scm (agg): New variable.
* gnu/packages/patches/agg-am_c_prototype.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
ca0d2a63 — Alexander I. Grafov 11 years ago
gnu: Add xcape.

* gnu/packages/xdisorg.scm (xcape): New variable.
7578f6e3 — David Thompson 11 years ago
build: ruby: Set $GEM_HOME that matches Ruby's $GEM_PATH.

* guix/build/ruby-build-system.scm (install): Ignore the Ruby patch version
  when creating $GEM_HOME.
Next