~ruther/guix-local

03b93ed7 — Ludovic Courtès 10 years ago
gnu: lsh: Use 'modify-phases'.

* gnu/packages/lsh.scm (lsh)[arguments]: Use 'modify-phases' instead of
'alist-cons-before'.
ea84bd88 — Andy Wingo 10 years ago
gnu: services: Install policies for polkit service.

* gnu/services/desktop.scm (polkit-etc-files): Add the polkit package
  itself to the list of packages to scan for .policy files.  This add
  support for pkexec.
ebde7c7a — Efraim Flashner 10 years ago
mplayer: Use 'modify-phases'.

* gnu/packages/video.scm (mplayer)[arguments]: Use 'modify-phases'.
[source]: Use https.
[home-page]: Use https.
778a6a8b — Efraim Flashner 10 years ago
gnu: mplayer: Add codecs.

* gnu/packages/video.scm (mplayer)[inputs]: Add libass, libmpeg2,
  libvdpau, libx264, opus.
dec3e015 — Efraim Flashner 10 years ago
gnu: dropbear: Update to 2015.71.

* gnu/packages/ssh.scm (dropbear): Update to 2015.71.
dd90ed89 — David Thompson 10 years ago
gnu: guile-next: Set correct native search paths.

* gnu/packages/guile.scm (guile-next): Use the "2.2" directory for the
  load paths.
f2d8faff — Ludovic Courtès 10 years ago
services: herd: Add missing newlines in error messages.

* gnu/services/herd.scm (report-action-error): Add missing newlines in
messages.
305b58c0 — Ludovic Courtès 10 years ago
refresh: Remove unneeded import.

Reported by Leo Famulari <leo@famulari.name>
and Ben Woodcroft <b.woodcroft@uq.edu.au>
at <http://bugs.gnu.org/22752>.

* guix/scripts/refresh.scm: Remove unneeded and harmful import of (guix
import gem).
561360a5 — Ludovic Courtès 10 years ago
doc: Add example of VCS-snapshot version numbers.

* doc/guix.texi (Version Numbers): Add example for VCS version numbers.
5a179844 — Andreas Enge 10 years ago
gnu: Add xfce4-xkb-plugin.

* gnu/packages/xfce.scm (xfce4-xkb-plugin): New variable.
  (xfce)[propagated-inputs]: Add it.
8758efe0 — Leo Famulari 10 years ago
gnu: telepathy-logger: Disable parallel tests.

* gnu/packages/freedesktop.scm (telepathy-logger)[arguments]: Disable parallel
tests.
c1fc7a67 — Roel Janssen 10 years ago
gnu: Add rdmd.

* gnu/packages/ldc.scm (rdmd): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
e9f68a64 — Leo Famulari 10 years ago
gnu: modem-manager: Use HTTPS URL.

* gnu/packages/freedesktop.scm (modem-manager)[source]: Use HTTPS URL.
fae58fe1 — Leo Famulari 10 years ago
gnu: mpd: Update to 0.19.12.

* gnu/packages/mpd.scm (mpd): Update t0 0.19.12.
a4c7c57c — Leo Famulari 10 years ago
gnu: ncmpcpp: Udate to 0.7.3.

* gnu/packages/mpd.scm (ncmpcpp): Update to 0.7.3.
[inputs]: Add icu4c.
9913c78a — Leo Famulari 10 years ago
gnu: ncmpcpp: Use 'modify-phases'.

* gnu/packages/mpd.scm (ncmpcpp)[arguments]: Use 'modify-phases'.
944d2b17 — Christine Lemmer-Webber 10 years ago
vm: Only pass "-enable-kvm" to qemu if /dev/kvm is present.

Fixes <http://bugs.gnu.org/22633>.

* gnu/build/vm.scm (load-in-linux-vm): Only pass "-enable-kvm" flag to qemu
  if "/dev/kvm" is present.
* gnu/system/vm.scm (common-kvm-options): Same as above.
8b16a5e1 — Ludovic Courtès 10 years ago
gnu: pkg-config: Add non-HTTPS alternate URL.

* gnu/packages/pkg-config.scm (%pkg-config)[source]: Add non-HTTPS URL.
b0fef4d6 — Ludovic Courtès 10 years ago
grafts: 'name' parameter of 'graft-derivation' is now optional.

* guix/grafts.scm (graft-derivation): Name 'name' a keyword parameter.
* guix/packages.scm (package-derivation, package-cross-derivation):
Adjust accordingly.
* tests/grafts.scm ("graft-derivation"): Likewise.
* tests/packages.scm ("package-derivation, indirect grafts"): Likewise.
7adf9b84 — Ludovic Courtès 10 years ago
derivations: Move grafts to (guix grafts).

* guix/derivations.scm (<graft>, graft-derivation, %graft?)
(set-grafting): Move to...
* guix/grafts.scm: ... here.  New file.
* guix/gexp.scm, guix/packages.scm, tests/packages.scm,
guix/scripts/build.scm: Use it.
* Makefile.am (MODULES): Add it.
(SCM_TESTS): Add tests/grafts.scm.
* tests/derivations.scm ("graft-derivation"): Move to...
* tests/grafts.scm: ... here.  New file.
Next