~ruther/guix-local

247d498a — Roel Janssen 10 years ago
gnu: Add r-dnacopy.

* gnu/packages/bioinformatics.scm (r-dnacopy): New variable.
6a35566d — Rob Syme 10 years ago
gnu: Add codingquarry.

* gnu/packages/bioinformatics.scm (codingquarry): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
8e14e059 — Tobias Geerinckx-Rice 10 years ago
gnu: Add idle3-tools.

* gnu/packages/disk.scm (idle3-tools): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
892f92b7 — Efraim Flashner 10 years ago
gnu: neon: Update to 0.30.1.

* gnu/packages/version-control.scm (neon): Update to 0.30.1.
5575917d — Efraim Flashner 10 years ago
gnu: mercurial: Update to 3.7.2.

* gnu/packages/version-control.scm (mercurial): Update to 3.7.2.
[source]: Update to mercurial-scm.org.
[home-page]: Same.
34dc3907 — 宋文武 10 years ago
gnu: Add gdk-pixbuf+svg.

* gnu/packages/gtk.scm (gdk-pixbuf+svg): New variable.
1714e2c3 — Leo Famulari 10 years ago
gnu: git: Update to 2.7.3 [unspecified security fixes].

* gnu/packages/version-control.scm (git): Update to 2.7.3.
(git-manpages)[source]: Update hash.
7a2413e4 — Andy Wingo 10 years ago
gnu: services: Add GNOME and XFCE desktop services.

* gnu/services/desktop.scm (package-direct-input-selector): New
  function.
  (<gnome-desktop-configuration>, gnome-desktop-service-type)
  (<xfce-desktop-configuration>, xfce-desktop-service-type): New
  variables.
  (gnome-desktop-service, xfce-desktop-service): New public variables.

* doc/guix.texi (Desktop Services): Document new variables.
20095cc5 — Leo Famulari 10 years ago
gnu: xfce: Add xfce4-power-manager.

* gnu/packages/xfce.scm (xfce)[propagated-inputs]: Add xfce4-power-manager.
c29e5fda — Florian Paul Schmidt 10 years ago
gnu: Add xfce4-power-manager.

* gnu/packages/xfce.scm (xfce4-power-manager): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
75b314a6 — Mark H Weaver 10 years ago
gnu: linux-libre: Update to 4.5, while preserving linux-libre-4.4.

* gnu/packages/linux-libre-x86_64.conf: Rename to ...
* gnu/packages/linux-libre-4.4-x86_64.conf: ... this.
* gnu/packages/linux-libre-i686.conf: Rename to ...
* gnu/packages/linux-libre-4.4-i686.conf: ... this.
* gnu/packages/linux-libre-4.5-i686.conf,
gnu/packages/linux-libre-4.5-x86_64.conf: New files.
* Makefile.am (KCONFIGS): Update accordingly.
* gnu/packages/linux.scm (linux-libre): Update to 4.5.
(linux-libre-4.4): New variable.
4d343a14 — Chris Marusich 10 years ago
doc: Clarify and consolidate modify-services documentation.

* doc/guix.texi ("Using the Configuration System"): Move the example...
("Service Reference"): ...to here, and clarify more.
* gnu/services.scm (modify-services): Update docstring to mention the
return type.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
e3009f60 — Ludovic Courtès 10 years ago
doc: Add "Hardware Considerations" node.

Suggested by Nils Gillmann <niasterisk@grrlz.net>.

* doc/guix.texi (Hardware Considerations): New node.
(operating-system Reference): Mention it.
20109e07 — Efraim Flashner 10 years ago
gnu: gitolite: Update to 3.6.5.

* gnu/packages/version-control.scm (gitolite): Update to 3.6.5.
[source]: Remove patch.
* gnu/packages/patches/gitolite-openssh-6.8-compat.patch: Remove file.
* gnu-system.am (dist_patch_DATA): Remove it.
b65195c2 — Efraim Flashner 10 years ago
gnu: shflags: Update to 1.2.0.

* gnu/packages/version-control.scm (shflags): Update to 1.2.0.
[source]: Switch to github.
[home-page]: Project moved to github.
3a099d17 — Efraim Flashner 10 years ago
gnu: libgit2: Update to 0.24.0.

* gnu/packages/version-control.scm (libgit2): Update to 0.24.0.
[inputs]: Switch python to python-wrapper.
264fdedb — Ludovic Courtès 10 years ago
grafts: Update the narinfo cache before building a derivation.

* guix/grafts.scm (references-oracle)[references*]: Add call to
'substitution-oracle'.
026ca50f — Ludovic Courtès 10 years ago
substitute: Keep the initial connection alive.

The connection used to fetch /nix-cache-info is now reused for the
subsequent narinfo requests.

* guix/scripts/substitute.scm (download-cache-info)[download]: Remove.
[uri, read-cache-info]: New variables.
Rewrite in terms of 'http-fetch' instead of 'fetch'.  Return an open
port in addition to a <cache-info>.
* guix/scripts/substitute.scm (http-multiple-get): Add #:port parameter
and honor it.
(fetch-narinfos)[do-fetch]: Add 'port' parameter.
Adjust to new 'download-cache-info' and 'do-fetch' signatures.
d262a0f3 — Ludovic Courtès 10 years ago
http-client: Add #:keep-alive? parameter.

* guix/http-client.scm (http-fetch): Add #:keep-alive? parameter and
pass it to 'http-get' or 'http-get*'.
cc27dbcf — Ludovic Courtès 10 years ago
substitute: Remove dead code.

This parameter became unused with the switch to HTTP pipelining in
commit d3a652037ef879f9279bc056c43d15ba7afcbb25.

* guix/scripts/substitute.scm (fetch): Remove #:quiet-404? and adjust
accordingly.
Next