~ruther/guix-local

2e136987 — Efraim Flashner 10 years ago
gnu: mosh: Update to 1.2.5.

* gnu/packages/ssh.scm (mosh): Update to 1.2.5.
543dbd98 — Efraim Flashner 10 years ago
gnu: enlightenment: Update to 0.19.12.

* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.12.
b1006576 — Ricardo Wurmus 10 years ago
gnu: Add r-htmlwidgets.

* gnu/packages/web.scm (r-htmlwidgets): New variable.
f1a045e2 — Ricardo Wurmus 10 years ago
gnu: Add r-htmltools.

* gnu/packages/web.scm (r-htmltools): New variable.
dedaf7ac — Ricardo Wurmus 10 years ago
gnu: ibus-libpinyin: Add GTK+ and Glib inputs.

* gnu/packages/ibus.scm (ibus-libpinyin)[inputs]: Add gtk+.
  [native-inputs]: Add glib:bin.
3cbf1204 — Eric Bavier 10 years ago
gnu: imagemagick: Hard-code delegate paths.

If --with-frozenpaths is given, then configure will retain absolute paths
discovered for delegate programs, otherwise they are discarded.

* gnu/packages/imagemagick.scm (imagemagick)[arguments]: Add
  '--with-frozenpaths' to #:configure-flags.
cf4e7083 — Ludovic Courtès 10 years ago
publish: Fix file descriptor leak.

A client closing the connection while reading from a /nar URL would
leave an open file descriptor in the server.  This patch fixes it.

* guix/scripts/publish.scm (swallow-EPIPE): New macro.
  (http-write): Use it around 'write-file' call.
38e16b49 — Ludovic Courtès 10 years ago
doc: Clarify how to run 'guix refresh -u'.

* doc/guix.texi (Invoking guix refresh): Mention ./pre-inst-env.
72c62716 — Ludovic Courtès 10 years ago
import: snix: Adjust names of license attributes.

* guix/import/snix.scm (license-variable): Adjust names to current
  Nixpkgs.
f073e523 — Ludovic Courtès 10 years ago
utils: Remove Nixpkgs helpers.

* guix/config.scm.in (%nixpkgs): Remove.
* guix/utils.scm (%nixpkgs-directory, nixpkgs-derivation,
  nixpkgs-derivation*): Remove.
* test-env.in: Export 'NIXPKGS'.
* tests/derivations.scm (%coreutils): Remove use of
  'nixpkgs-derivation'.
* tests/snix.scm (%nixpkgs-directory): New variable.
  Adjust users accordingly.
dd01fecd — Ludovic Courtès 10 years ago
build: Automatically determine libgcrypt's file name.

* m4/guix.m4 (GUIX_LIBGCRYPT_LIBDIR): New macro.
* configure.ac: Use it when no --with-libgcrypt-* option was passed.
* README: Do not recommend --with-libgcrypt-prefix.

Co-authored-by: 宋文武 <iyzsong@gmail.com>
04d1ab3b — Efraim Flashner 10 years ago
gnu: elementary: Update to 1.15.2.

* gnu/packages/enlightenment.scm (elementary): Update to 1.15.2.
6b3c9db1 — Efraim Flashner 10 years ago
gnu: efl: Update to 1.15.2.

* gnu/packages/enlightenment.scm (efl): Update to 1.15.2.
2da45ebe — Efraim Flashner 10 years ago
gnu: libbluray: Remove java as native-input.

* gnu/packages/video.scm (libbluray)[inputs]: Remove "ant" and "icedtea"
  as native-inputs.
  [arguments]: Remove environmental variable "JAVA_HOME". Add configure
  flag to disable java.
69762e3c — Efraim Flashner 10 years ago
gnu: libdvdcss: Update to 1.3.99.

* gnu/packages/video.scm (libdvdcss): Update to 1.3.99.
3f9f176b — Efraim Flashner 10 years ago
gnu: libbluray: Upgrade to 0.9.1.

* gnu/packages/video.scm (libbluray): Upgrade to 0.9.1.
  [inputs]: Add "ant" and "icedtea7" to native-inputs.
  [arguments]: Set environment variable "JAVA_HOME".
e3302fec — Ludovic Courtès 10 years ago
import: pypi: Remove unused procedure.

* guix/import/pypi.scm (join): Remove.
025cc9a1 — 宋文武 10 years ago
gnu: wine: Update to 1.7.52, add more inputs.

* gnu/packages/wine.scm (wine): Update to 1.7.52.
  [inputs]: Add cups, glu and openal.
4a30930b — 宋文武 10 years ago
gnu: feh: Update to 2.14.

* gnu/packages/feh.scm (feh): Update to 2.14.
1eaeeddf — Andreas Enge 10 years ago
gnu: calibre: Update to 2.40.0.

* gnu/packages/ebook.scm (calibre): Update to 2.40.0.
Next