~ruther/guix-local

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 — Christopher Allan 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.
3297deed — Andreas Enge 10 years ago
gnu: Remove python2-pyqt-4.

* gnu/packages/qt.scm (python2-pyqt-4): Delete variable. It depends on Qt 4,
  which does not receive security updates any more.
dbbb45dd — Andreas Enge 10 years ago
gnu: Remove KDE 4.

* gnu/packages/kde.scm (qjson): Move from here...
* gnu/packages/qt.scm (qjson): ...to here.
* gnu/packages/pumpio.scm: Drop inclusion of (gnu packages kde).
* gnu/packages/kde.scm: Delete file.
* gnu-system.am (GNU_SYSTEM_MODULES): Unregister it.
* gnu/packages/rdf.scm (soprano): Delete variable.

KDE 4 relies on Qt 4, which does not receive security updates any more.
5ad87e5b — Efraim Flashner 10 years ago
gnu: python-patsy: Define 'python2-variant'.

* gnu/packages/statistics.scm (python-patsy)[properties]: New field.
(python2-patsy): Use 'strip-python2-variant'.
f4cd2cea — Efraim Flashner 10 years ago
gnu: python-patsy: Update to 0.4.1.

* gnu/packages/statistics.scm (python-patsy, python2-patsy): Update to 0.4.1.
260795b7 — Alex Kost 10 years ago
emacs: Do not allow a user to modify system profiles.

Fixes <http://bugs.gnu.org/22607>.
Reported by myglc2 <myglc2@gmail.com>.

Remove possibilities to install/delete packages to/from a system profile
both for "Package List" and "Package Info" buffers.

* emacs/guix-profiles.el (guix-system-profile-regexp): New variable.
(guix-system-profile?): New procedure.
* emacs/guix-ui-package.el (guix-package-info-insert-output): Do not
display "Install"/"Delete" button for a system profile.
(guix-package-assert-non-system-profile): New procedure.
(guix-package-execute-actions): Use it.
0338132e — Alex Kost 10 years ago
emacs: Set 'guix-buffer-item' before displaying entries.

* emacs/guix-buffer.el (guix-buffer-set): Set 'guix-buffer-item' early,
  so that it can be used during displaying entries.  For example, this
  allows us to use a value of the current guix profile when package
  entries are inserted in a "List" or "Info" buffer.
cfb1c62a — Alex Kost 10 years ago
emacs: Add 'M-x guix-installed-{user/system}-packages'.

* emacs/guix-ui-package.el (guix-installed-user-packages)
(guix-installed-system-packages): New commands.
* doc/emacs.texi (Emacs Commands): Document them.
5879f0d6 — Mark H Weaver 10 years ago
gnu: qemu: Add fixes for CVE-2015-8619, CVE-2016-1981, CVE-2016-2197.

* gnu/packages/patches/qemu-CVE-2015-8619.patch,
  gnu/packages/patches/qemu-CVE-2016-1981.patch,
  gnu/packages/patches/qemu-CVE-2016-2197.patch,
  gnu/packages/patches/qemu-usb-ehci-oob-read.patch: New files.
* gnu-system.am (dist_patch_DATA): Add them.
* gnu/packages/qemu.scm (qemu)[source]: Add patches.
b784b1a9 — Rene Saavedra 10 years ago
gnu: Add gnome-screenshot.

* gnu/packages/gnome.scm (gnome-screenshot): New variable.
8b15f42c — Roel Janssen 10 years ago
gnu: libotf: Use mirror:// URL.

* gnu/packages/fontutils.scm (libotf): Use mirror://savannah URL.
066651d4 — Efraim Flashner 10 years ago
gnu: c-ares: Update to 1.11.0.

* gnu/packages/adns.scm (c-ares): Update to 1.11.0.
1034331a — Leo Famulari 10 years ago
gnu: parallel: Update to 20160122.

* gnu/packages/parallel.scm (parallel): Update to 20160122.
Next