~ruther/guix-local

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.
9c32e1fe — Andreas Enge 10 years ago
gnu: qt: Remove bundled copy of sqlite.

* gnu/packages/qt.scm (qt)[source]: Add snippet to remove the bundled
  copy of sqlite.

Partially fixes <http://bugs.gnu.org/21288>.
bc554b43 — Andreas Enge 10 years ago
gnu: qt: Compile with system harfbuzz.

* gnu/packages/qt.scm (qt)[source]: Add a snippet to remove one of the two
  bundled copies of harfbuzz.
  [arguments]: Pass a configure flag to use harfbuzz from the system.

Partially fixes <http://bugs.gnu.org/21288>.
14bcc1e1 — Andreas Enge 10 years ago
gnu: qt: Remove the sources of qtwebengine.

* gnu/packages/qt.scm (qt)[source]: Add snippet to remove the qtwebengine
  code, which was already not built anymore, and drop one patch used
  previously only for qtwebengine.
  [arguments]: Drop the configuration flag "-skip qtwebengine", since
  deleted modules cannot be skipped.
* gnu/packages/patches/qt5-runpath.patch: Delete file.
* gnu-system.am (dist_patch_DATA): Unregister patch.

Partially fixes <http://bugs.gnu.org/21288>.
2b00a550 — Mathieu Lirzin 10 years ago
gnu: Add autobuild.

* gnu/packages/autotools.scm (autobuild): New variable.
Next