~ruther/guix-local

4955ab7d — 宋文武 10 years ago
gnu: json-glib: Update to 1.0.4, fix test.

* gnu/packages/gnome.scm (json-glib): Update to 1.0.4.
  [source]: Add snippet.
7765bfc6 — 宋文武 10 years ago
gnu: elogind: Fix build by explicitly link with librt.

* gnu/packages/freedesktop.scm (elogind)[arguments]: Pass
  'LDFLAGS=-lrt' to configure.
6717c879 — 宋文武 10 years ago
gnu: python-dbus: Fix test.

* gnu/packages/python.scm (python-dbus)[arguments]: Run test with
  'DBUS_FATAL_WARNINGS=0'.
406766c0 — 宋文武 10 years ago
gnu: xfconf: Fix test.

* gnu/packages/xfce.scm (xfconf)[arguments]: Run test with
  'DBUS_FATAL_WARNINGS=0'.
ccb52232 — Mark H Weaver 10 years ago
Merge branch 'master' into dbus-update
9e2592a3 — Andreas Enge 10 years ago
gnu: calibre: Update to 2.41.0.

* gnu/packages/ebook.scm (calibre): Update to 2.41.0.
6f35d396 — Efraim Flashner 10 years ago
gnu: youtube-dl: Update to 2015.10.16.

* gnu/packages/video.scm (youtube-dl): Update to 2015.10.16.
ab29be81 — Andreas Enge 10 years ago
gnu: ngs-sdk: Correct typo.

* gnu/packages/bioinformatics.scm (ngs-sdk): Correct typo.
a0dadf0c — Andreas Enge 10 years ago
gnu: ngs-sdk: Remove unsupported systems.

* gnu/packages/bioinformatics.scm (ngs-sdk)[supported-systems]: Keep only x86
  based systems.
830d170e — Efraim Flashner 10 years ago
gnu: chess: Update to 6.2.2.

* gnu/packages/games.scm (chess): Update to 6.2.2.
e591a4d6 — Ricardo Wurmus 10 years ago
gnu: non-sequencer: Disable SSE when not building on x86_64.

* gnu/packages/music.scm (non-sequencer)[arguments]: Add "--disable-sse"
  flag when not building on x86_64.
3dac53be — Federico Beffa 10 years ago
gnu: fastcap: Remove non-free file.

* gnu/packages/engineering.scm (fastcap): Do it.
1f7ffd6f — Federico Beffa 10 years ago
gnu: fastcap: Fix 'fix-doc phase.

* gnu/packages/engineering.scm (fastcap): Adapt documentation generation to
  change in TeXLive 2015.
5d86684d — Alex Kost 10 years ago
emacs: devel: Highlight Guix keywords.

* emacs/guix-devel.el (guix-devel-keywords): New constant.
  (guix-devel-font-lock-keywords): Use it.
5e2b761e — Alex Kost 10 years ago
doc: emacs: Document "View graph" popup action.

* doc/emacs.texi (Emacs Popup Interface): Document "View graph" action.
7c0b02f5 — Alex Kost 10 years ago
emacs: Improve file names of generated graphs.

Suggested by Ludovic Courtès <ludo@gnu.org>.

* emacs/guix-external.el (guix-png-file-name): Change prefix of a file
  name to "guix-emacs-graph-" to avoid possible conflicts.
2134228a — Ludovic Courtès 10 years ago
gnu-maintenance: Fix file descriptor leak.

* guix/gnu-maintenance.scm (official-gnu-packages): Close the port
  returned by FETCH.
9aec35d2 — Ludovic Courtès 10 years ago
gnu-maintenance: Use 'http-fetch/cached' by default.

This speeds up operations like 'guix lint -c gnu-description'.

* guix/gnu-maintenance.scm (official-gnu-packages): Add 'fetch'
  parameter and honor it.  Default to 'http-fetch/cached'.
739ab68b — Ludovic Courtès 10 years ago
http-client: Add 'http-fetch/cached'.

* guix/utils.scm (cache-directory): New procedure.
* guix/http-client.scm (%http-cache-ttl): New variable.
  (http-fetch/cached): New procedure.
34a7bfb0 — Ludovic Courtès 10 years ago
install: Set the mtime in the binary tarball to 1.

Reported by anthk_ on #guix in Sept. 2015.

* gnu/system/install.scm (self-contained-tarball): Use --mtime=@1
  instead of --mtime=@0.
Next