aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add the nautilus extension (Currently doesn't seem to work)deja-dup-add-nautilus-extensionChristopher Baines2018-05-10
|
* gnu: Add libpfm4.Rouby Pierre-Antoine2018-04-26
| | | | | | * gnu/packages/linux.scm (libpfm4): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add psm2.Rouby Pierre-Antoine2018-04-26
| | | | | | * gnu/packages/linux.scm (psm2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: perl@5.26.2: Don't export variable.Marius Bakke2018-04-26
| | | | | | | This prevents it from ending up in user profiles, which would fail due to wrong search paths as reported in <https://bugs.gnu.org/31216#43>. * gnu/packages/perl.scm (perl-5.26.2): Use DEFINE instead of DEFINE-PUBLIC.
* gnu: qemu: Enable GTK3 frontend.Rutger Helling2018-04-26
| | | | | | | | * gnu/packages/virtualization.scm (qemu)[native-inputs]: Add "gettext" to native-inputs. [inputs]: Add "gtk+" to inputs. * gnu/packages/virtualization.scm (qemu-minimal)[native-inputs]: Remove "gettext" from inherited inputs. [inputs]: Remove "gtk+" from inherited inputs.
* gnu: qemu: Build with Python 3 and SDL2 support.Rutger Helling2018-04-26
| | | | | | | | | | | | | * gnu/packages/bootloaders.scm (qemu-minimal-2.10): Remove variable. * gnu/packages/virtualization.scm (qemu)[inputs]: Use sdl2 instead of sdl. [native-inputs]: Use python-wrapper instead of python@2. * gnu/packages/virtualization.scm (qemu-minimal)[inputs]: Remove sdl2 instead of sdl from inherited packages. * gnu/packages/virtualization.scm (qemu-minimal-2.10): Add variable. [native-inputs]: Remove python-wrapper from inherited packages and use python@2 instead. * gnu/packages/debug.scm (american-fuzzy-lop): Inherit from moved hidden-package qemu-minimal-2.10.
* gnu: evince: Update to 3.28.2.Rutger Helling2018-04-26
| | | | * gnu/packages/gnome.scm (evince): Update to 3.28.2.
* gnu: gnome-disk-utility: Update to 3.28.1.Rutger Helling2018-04-26
| | | | * gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.28.1.
* gnu: gnome-tweak-tool: Update to 3.26.4.Rutger Helling2018-04-26
| | | | | | | | | * gnu/packages/gnome.scm (gnome-tweak-tool): Update to 3.26.4. [arguments]: Replace 'configure, 'build, 'check and 'install phases with Meson build phases. [native-inputs]: Add "gtk+:bin", "meson" and "ninja". [inputs]: Add "nautilus." Replace "python@2" with "python" and "python2-pygobject" with "python-pygobject".
* gnu: enlightenment: Update to 0.22.3.Efraim Flashner2018-04-26
| | | | * gnu/packages/enlightenment.scm (enlightenment): Update to 0.22.3.
* gnu: terminology: Update to 1.2.0.Efraim Flashner2018-04-26
| | | | | | | * gnu/packages/enlightenment.scm (terminology): Update to 1.2.0. [source]: Update source snippet. [build-system]: Switch to meson-build-system. [native-inputs]: Add perl.
* gnu: retroarch: Fix hash.Rutger Helling2018-04-26
| | | | * gnu/packages/emulators.scm (retroarch): Fix incorrect hash.
* gnu: runc: Update comment about status of tests.宋文武2018-04-26
| | | | * gnu/packages/virtualization.scm (runc)[arguments]: Update comment.
* gnu: Add l-smash.Clément Lassieur2018-04-26
| | | | * gnu/packages/video.scm (l-smash): New variable.
* gnu: guile-sdl2: Require guile 2.2.Pierre Neidhardt2018-04-25
| | | | | | | * gnu/packages/sdl.scm (guile-sdl2)[inputs]: Replace GUILE-2.0 with GUILE-2.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-evil-collectionPierre Neidhardt2018-04-25
| | | | | | * gnu/packages/emacs.scm (emacs-evil-collection): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-helm-system-packagesPierre Neidhardt2018-04-25
| | | | | | * gnu/packages/emacs.scm (emacs-helm-system-packages): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-sly: Update home-page.Pierre Neidhardt2018-04-25
| | | | | | * gnu/packages/guile.scm (guile-sly): Update home-page. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* build: Add silent rules for Texinfo xref translation.Ludovic Courtès2018-04-25
| | | | | | | * Makefile.am (AM_V_POXREF, AM_V_POXREF_, AM_V_POXREF_0): New variables. * doc/local.mk ($(srcdir)/%D%/guix.%.texi) ($(srcdir)/%D%/contributing.%.texi): Use $(AM_V_POXREF).
* gnu: multipath-tools: Update to 0.7.6.Marius Bakke2018-04-25
| | | | * gnu/packages/linux.scm (multipath-tools): Update to 0.7.6.
* gnu: fio: Update to 3.6.Marius Bakke2018-04-25
| | | | * gnu/packages/benchmark.scm (fio): Update to 3.6.
* gnu: ceph: Update to 12.2.5.Marius Bakke2018-04-25
| | | | | * gnu/packages/patches/ceph-skip-collect-sys-info-test.patch: Adjust. * gnu/packages/storage.scm (ceph): Update to 12.2.5.
* gnu: rocksdb: Update to 5.12.4.Marius Bakke2018-04-25
| | | | * gnu/packages/databases.scm (rocksdb): Update to 5.12.4.
* gnu: guile-ssh: Move files from bin to examples directory.Roel Janssen2018-04-25
| | | | | * gnu/packages/ssh.scm (guile-ssh): Move files from bin to the examples directory.
* gnu: guix: Update to ab85cf7.Roel Janssen2018-04-25
| | | | * gnu/packages/package-management.scm (guix): Update to ab85cf7.
* gnu: perl-business-isbn: Update to 3.004.Tobias Geerinckx-Rice2018-04-25
| | | | * gnu/packages/perl.scm (perl-business-isbn): Update to 3.004.
* gnu: ruby-domain-name: Update to 0.5.20180417.Tobias Geerinckx-Rice2018-04-25
| | | | * gnu/packages/ruby.scm (ruby-domain-name): Update to 0.5.20180417.
* gnu: perl-type-tiny: Update to 1.002002.Tobias Geerinckx-Rice2018-04-25
| | | | * gnu/packages/perl.scm (perl-type-tiny): Update to 1.002002.
* gnu: ruby-ascii85: Update to 1.0.3.Tobias Geerinckx-Rice2018-04-25
| | | | * gnu/packages/ruby.scm (ruby-ascii85): Update to 1.0.3.
* gnu: youtube-dl: Update to 2018.04.25.Rutger Helling2018-04-25
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2018.04.25.
* gnu: diffoscope: Update to 93.Rutger Helling2018-04-25
| | | | * gnu/packages/package-management.scm (diffoscope): Update to 93.
* gnu: parallel: Update to 20180422.Rutger Helling2018-04-25
| | | | * gnu/packages/parallel.scm (parallel): Update to 20180422.
* gnu: vulkan-icd-loader: Update to 1.1.73.0.Rutger Helling2018-04-25
| | | | * gnu/packages/vulkan.scm (vulkan-icd-loader): Update to 1.1.73.0.
* gnu: emacs-org, emacs-org-contrib: Update packages.Nicolas Goaziou2018-04-25
| | | | | * gnu/packages/emacs.scm (emacs-org): Update to 9.1.11. (emacs-org-contrib): Update to 20180423.
* gnu: retroarch: Update to 1.7.2.Rutger Helling2018-04-24
| | | | * gnu/packages/emulators.scm (retroarch): Update to 1.7.2.
* gnu: linux-libre: Update to 4.16.4.Mark H Weaver2018-04-24
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.4. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.36.Mark H Weaver2018-04-24
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.36. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.96.Mark H Weaver2018-04-24
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.96.
* gnu: linux-libre@4.4: Update to 4.4.129.Mark H Weaver2018-04-24
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.129.
* gnu: qemu: Update to 2.12.0.Marius Bakke2018-04-24
| | | | | | | * gnu/packages/patches/qemu-CVE-2018-7550.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/virtualization.scm (qemu): Update to 2.12.0. [source](patches): Remove.
* gnu: libraw: Update to 0.18.9.Marius Bakke2018-04-24
| | | | * gnu/packages/photo.scm (libraw): Update to 0.18.9.
* gnu: go@1.10: Update to 1.10.1 [fixes CVE-2018-7187].Leo Famulari2018-04-24
| | | | | * gnu/packages/golang.scm (go-1.10): Update to 1.10.1. [arguments]: Disable the 'TestTwoPkgConfigs' test.
* gnu: go@1.9: Update to 1.9.5 [fixes CVE-2018-7187].Leo Famulari2018-04-24
| | | | | * gnu/packages/golang.scm (go-1.9): Update to 1.9.5. [arguments]: Disable the 'TestTwoPkgConfigs' test.
* gnu: go@1.4: Use the "real" pkg-config.Leo Famulari2018-04-24
| | | | | * gnu/packages/golang.scm (go-1.4)[native-inputs]: Use pkg-config instead of %pkg-config.
* gnu: node: Update to 9.11.1.Jelle Licht2018-04-24
| | | | * gnu/packages/node.scm (node): Update to 9.11.1.
* gnu: Add r-qdnaseq.Roel Janssen2018-04-24
| | | | * gnu/packages/bioconductor.scm (r-qdnaseq): New variable.
* gnu: Add r-cghcall.Roel Janssen2018-04-24
| | | | * gnu/packages/bioconductor.scm (r-cghcall): New variable.
* gnu: Add r-cghbase.Roel Janssen2018-04-24
| | | | * gnu/packages/bioconductor.scm (r-cghbase): New variable.
* gnu: Add r-marray.Roel Janssen2018-04-24
| | | | * gnu/packages/bioconductor.scm (r-marray): New variable.
* gnu: Add r-snowfall.Roel Janssen2018-04-24
| | | | * gnu/packages/cran.scm (r-snowfall): New variable.