~ruther/guix-local

ab42a2a7 — Andy Wingo 11 years ago
gnu: Add xf86-input-wacom.

* gnu/packages/xdisorg.scm (xf86-input-wacom): New variable.
f1f7049e — Andy Wingo 11 years ago
gnu: Add libwacom.

* gnu/packages/xdisorg.scm (libwacom): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
724311a2 — Ludovic Courtès 11 years ago
packages: Allow package lookups with version prefixes.

* gnu/packages.scm (find-packages-by-name): Sort MATCHING according to
  'version>?'.  Use 'string-prefix?' instead of 'string=?' to compare
  against VERSION.
* doc/guix.texi (Invoking guix package): Add example and explanation.
e7bf0e44 — Andreas Enge 11 years ago
gnu: ucommon: Update to 6.3.1.

* gnu/packages/telephony.scm (ucommon): Update to 6.3.1.
9dc9053f — Andreas Enge 11 years ago
gnu: ccrtp: Update to 2.1.2.

* gnu/packages/telephony.scm (ccrtp): Update to 2.1.2.
936e86bd — Andreas Enge 11 years ago
gnu: sipwitch: Update to 1.9.7.

* gnu/packages/telephony.scm (sipwitch): Update to 1.9.7.
24ba7240 — Andreas Enge 11 years ago
gnu: nano: Update to 2.4.1.

* gnu/packages/nano.scm (nano): Update to 2.4.1.
3434a65b — Andreas Enge 11 years ago
gnu: calibre: Update to 2.25.0.

* gnu/packages/ebook.scm (calibre): Update to 2.25.0.
77631745 — 宋文武 11 years ago
gnu: Add MariaDB.

* gnu/packages/databases.scm (mariadb): New variable.
01ccdfb6 — 宋文武 11 years ago
gnu: Add libaio.

* gnu/packages/linux.scm (libaio): New variable.
82d8729b — 宋文武 11 years ago
gnu: Add jemalloc.

* gnu/packages/jemalloc.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
40f6f76e — 宋文武 11 years ago
gnu: gst-plugins-good: Add more inputs and remove unneeded ones.

* gnu/packages/gstreamer.scm (gst-plugins-good): Move gst-plugins-base
  from 'native-inputs' to 'inputs'.
  [inputs]: Add aalib, jack, libavc1394, libcaca, libdv, libiec61833,
  libshout, libsoup, libvpx, orc, taglib and wavpack.  Remove glib,
  gstreamer, libogg, libx11, libxext, libxv, and zlib.
  [arguments]: Remove.
989a9fff — Mark H Weaver 11 years ago
gnu: ntp: Update to 4.2.8p2.

* gnu/packages/ntp.scm (ntp): Update to 4.2.8p2.
ba42f54d — Mark H Weaver 11 years ago
gnu: tor: Update to 0.2.5.12.

* gnu/packages/tor.scm (tor): Update to 0.2.5.12.
334345d9 — Mark H Weaver 11 years ago
Merge branch 'core-updates'
09dd0194 — Andreas Enge 11 years ago
gnu: ffmpeg: Drop old version 2.2.

* gnu/packages/video.scm (ffmpeg-2.2): Remove variable.
  (ffmpeg)[arguments]: Drop LDFLAGS environment variable needed only for
  older versions.
8d7dc5d9 — Ludovic Courtès 11 years ago
monads: Optimize 'sequence'.

* guix/monads.scm (sequence): Rewrite as a macro.  This yields a 10%
  improvement in wall-clock time for 'guix system build'.
db5127d8 — Mark H Weaver 11 years ago
gnu: gnome-vfs: Tolerate 'test-async-cancel' failures, take two.

* gnu/packages/gnome.scm (gnome-vfs)[arguments]: Remove 'XFAIL_TESTS' make
  flag, which caused 'make check' to fail if the test unexpectedly passed.
  Add 'patch-test-async-cancel-to-never-fail' phase.
933204e5 — Mark H Weaver 11 years ago
Merge branch 'master' into core-updates

Conflicts:
	gnu-system.am
	gnu/packages/gstreamer.scm
5e25ebe2 — Ludovic Courtès 11 years ago
services: Explicitly refer to Shadow when requiring the 'nologin' shell.

* gnu/services/avahi.scm (avahi-service): Change 'shell' to a gexp
  referring to "nologin" in the SHADOW package.
* gnu/services/dbus.scm (dbus-service): Likewise.
* gnu/services/networking.scm (ntp-service, tor-service): Likewise.
Next