summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-24gnu: gdb: Update to 7.11....* gnu/packages/gdb.scm (gdb): Update to 7.11. Efraim Flashner
2016-02-24gnu: kde-frameworks: Update to 5.19.0....* gnu/packages/kde-frameworks.scm (kwindowsystem): Update to 5.19.0. (extra-cmake-modules): Update to 5.19.0. Efraim Flashner
2016-02-24gnu: r-topgo: Add missing input....* gnu/packages/bioinformatics.scm (r-topgo)[propagated-inputs]: Add "r-graph". Ricardo Wurmus
2016-02-24gnu: Add r-graph....* gnu/packages/bioinformatics.scm (r-graph): New variable. Ricardo Wurmus
2016-02-24gnu: Add r-org-mm-eg-db....* gnu/packages/bioinformatics.scm (r-org-mm-eg-db): New variable. Ricardo Wurmus
2016-02-24gnu: Add r-org-dm-eg-db....* gnu/packages/bioinformatics.scm (r-org-dm-eg-db): New variable. Ricardo Wurmus
2016-02-24gnu: Add r-org-ce-eg-db....* gnu/packages/bioinformatics.scm (r-org-ce-eg-db): New variable. Ricardo Wurmus
2016-02-24gnu: Add r-org-hs-eg-db....* gnu/packages/bioinformatics.scm (r-org-hs-eg-db): New variable. Ricardo Wurmus
2016-02-24Do not check package freshness during upgrade....Fixes <http://bugs.gnu.org/22740>. Reported by Andreas Enge <andreas@enge.fr>. * gnu/packages.scm (waiting, ftp-open*, check-package-freshness): Remove. * guix/scripts/package.scm (options->installable): Adjust accordingly. * emacs/guix-main.scm (package->manifest-entry*): Likewise. Alex Kost
2016-02-24publish: Move 'query-path-info' call where it belongs....* guix/scripts/publish.scm (narinfo-string): Remove 'path-info' parameter and add 'store' parameter. Call 'query-path-info'. (render-narinfo): Adjust accordingly. Ludovic Courtès
2016-02-24gnu: lsh: lshd now supports X11 forwarding....Reported by myglc2 <myglc2@gmail.com>. * gnu/packages/lsh.scm (lsh)[inputs]: Add XAUTH. [arguments]: Modify 'XAUTH_PROGRAM' macro in 'server_x11.c'. Ludovic Courtès
2016-02-24gnu: lsh: Use 'modify-phases'....* gnu/packages/lsh.scm (lsh)[arguments]: Use 'modify-phases' instead of 'alist-cons-before'. Ludovic Courtès
2016-02-24gnu: 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. Andy Wingo
2016-02-24mplayer: Use 'modify-phases'....* gnu/packages/video.scm (mplayer)[arguments]: Use 'modify-phases'. [source]: Use https. [home-page]: Use https. Efraim Flashner
2016-02-24gnu: mplayer: Add codecs....* gnu/packages/video.scm (mplayer)[inputs]: Add libass, libmpeg2, libvdpau, libx264, opus. Efraim Flashner
2016-02-24gnu: dropbear: Update to 2015.71....* gnu/packages/ssh.scm (dropbear): Update to 2015.71. Efraim Flashner
2016-02-23gnu: guile-next: Set correct native search paths....* gnu/packages/guile.scm (guile-next): Use the "2.2" directory for the load paths. David Thompson
2016-02-23services: herd: Add missing newlines in error messages....* gnu/services/herd.scm (report-action-error): Add missing newlines in messages. Ludovic Courtès
2016-02-23refresh: 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). Ludovic Courtès
2016-02-23doc: Add example of VCS-snapshot version numbers....* doc/guix.texi (Version Numbers): Add example for VCS version numbers. Ludovic Courtès
2016-02-23gnu: Add xfce4-xkb-plugin....* gnu/packages/xfce.scm (xfce4-xkb-plugin): New variable. (xfce)[propagated-inputs]: Add it. Andreas Enge
2016-02-23gnu: telepathy-logger: Disable parallel tests....* gnu/packages/freedesktop.scm (telepathy-logger)[arguments]: Disable parallel tests. Leo Famulari
2016-02-23gnu: Add rdmd....* gnu/packages/ldc.scm (rdmd): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Roel Janssen
2016-02-23gnu: modem-manager: Use HTTPS URL....* gnu/packages/freedesktop.scm (modem-manager)[source]: Use HTTPS URL. Leo Famulari
2016-02-22gnu: mpd: Update to 0.19.12....* gnu/packages/mpd.scm (mpd): Update t0 0.19.12. Leo Famulari
2016-02-22gnu: ncmpcpp: Udate to 0.7.3....* gnu/packages/mpd.scm (ncmpcpp): Update to 0.7.3. [inputs]: Add icu4c. Leo Famulari
2016-02-22gnu: ncmpcpp: Use 'modify-phases'....* gnu/packages/mpd.scm (ncmpcpp)[arguments]: Use 'modify-phases'. Leo Famulari
2016-02-22vm: 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. Christopher Allan Webber
2016-02-22gnu: pkg-config: Add non-HTTPS alternate URL....* gnu/packages/pkg-config.scm (%pkg-config)[source]: Add non-HTTPS URL. Ludovic Courtès
2016-02-22grafts: '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. Ludovic Courtès
2016-02-22derivations: 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. Ludovic Courtès
2016-02-22gnu: 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. Andreas Enge
2016-02-22gnu: 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. Andreas Enge
2016-02-22gnu: python-patsy: Define 'python2-variant'....* gnu/packages/statistics.scm (python-patsy)[properties]: New field. (python2-patsy): Use 'strip-python2-variant'. Efraim Flashner
2016-02-22gnu: python-patsy: Update to 0.4.1....* gnu/packages/statistics.scm (python-patsy, python2-patsy): Update to 0.4.1. Efraim Flashner
2016-02-22emacs: 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. Alex Kost
2016-02-22emacs: 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. Alex Kost
2016-02-22emacs: 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. Alex Kost
2016-02-22gnu: 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. Mark H Weaver
2016-02-22gnu: Add gnome-screenshot....* gnu/packages/gnome.scm (gnome-screenshot): New variable. Rene Saavedra
2016-02-22gnu: libotf: Use mirror:// URL....* gnu/packages/fontutils.scm (libotf): Use mirror://savannah URL. Roel Janssen
2016-02-22gnu: c-ares: Update to 1.11.0....* gnu/packages/adns.scm (c-ares): Update to 1.11.0. Efraim Flashner
2016-02-22gnu: parallel: Update to 20160122....* gnu/packages/parallel.scm (parallel): Update to 20160122. Leo Famulari
2016-02-22gnu: python-acme: Generate and install documentation....* gnu/packages/tls.scm (acme)[arguments]: Add 'docs' phase. [native-inputs]: Add python-sphinx, python-sphinxcontrib-programoutput, python-sphinx-rtd-theme, python-setuptools, texinfo. Leo Famulari
2016-02-22gnu: letsencrypt: Generate and install documentation....* gnu/packages/tls.scm (letsencrypt)[arguments]: Add 'docs' phase. [native-inputs]: Add python2-sphinx, python2-sphinx-rtd-theme, python2-sphinx-repoze-autointerface, python2-sphinxcontrib-programoutput, texinfo. Leo Famulari
2016-02-22gnu: Add python-sphinx-repoze-autointerface....* gnu/packages/python.scm (python-sphinx-repoze-autointerface, python2-sphinx-repoze-autointerface): New variables. Leo Famulari
2016-02-22licenses: Add repoze license....* guix/licenses.scm (repoze): New variable. Leo Famulari
2016-02-22gnu: Add python-sphinxcontrib-programoutput....* gnu/packages/python.scm (python-sphinxcontrib-programoutput, python2-sphinxcontrib-programoutput): New variables. Leo Famulari
2016-02-21gnu: python-apipkg: Remove unzip dependency....Unzip was never used for this package. * gnu/packages/python.scm (python-apipkg): Remove unzip dependency. Christopher Allan Webber
2016-02-21gnu: Add python-editor....* gnu/packages/python.scm (python-editor, python2-editor): New variables. Christopher Allan Webber