summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-06-14gnu: ungoogled-chromium: Update to 75.0.3770.90-0.5d8abc3 [fixes CVE-2019-5842].Marius Bakke
* gnu/packages/chromium.scm (%chromium-version): Update to 75.0.3770.90. (%debian-revision): Update to 'debian/75.0.3770.90-1'. (%chromium-origin): Update hashes.
2019-06-13import: hackage: Handle Hackage revisions.Robert Vollmert
Hackage packages can have metadata revisions (Cabal file only) that are not reflected in the source archive. The Haskell build system has support for this, but until now the Hackage importer would create a package based on the revised Cabal file which would then build using the old Cabal file. Fixes <https://bugs.gnu.org/35750>. * guix/import/cabal.scm (<cabal-package>): Add 'revision' field. (eval-cabal): Parse 'x-revision:' property. * guix/import/hackage.scm (read-cabal-and-hash): New procedure. (hackage-fetch-and-hash): New procedure. (hackage-fetch): Rewrite using 'hackage-fetch-and-hash'. (hackage-module->sexp): Add 'cabal-hash' argument and use it to populate the '#:cabal-revision' argument. (hackage->guix-package): Use the new '-and-hash' functions to get the hash of the Cabal file and pass it to 'hackage-module->sexp'. * guix/tests/hackage.scm: Test import of Cabal file revision. Signed-off-by: Timothy Sample <samplet@ngyro.com>
2019-06-13gnu: emacs-org-noter: Tweak.Ludovic Courtès
* gnu/packages/emacs-xyz.scm (emacs-org-noter): Adjust indentation and description.
2019-06-13gnu: Add emacs-org-noterDimakakos Dimos
* gnu/packages/emacs-xyz.scm (emacs-org-noter): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-13gnu: ikiwiki: Update to 3.20190228.Alex Griffin
* gnu/packages/web.scm (ikiwiki): Update to 3.20190228. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-13gnu: perl-yaml-libyaml: Update to 0.78.Alex Griffin
* gnu/packages/perl.scm (perl-yaml-libyaml): Update to 0.78. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-13gnu: perl-canary-stability: Update to 2013.Alex Griffin
* gnu/packages/perl.scm (perl-canary-stability): Update to 2013. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-13gnu: perl-db-file: Update to 1.852.Alex Griffin
* gnu/packages/databases.scm (perl-db-file): Update to 1.852. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-13gnu: Add emacs-solaire-mode.Alex Griffin
* gnu/packages/emacs-xyz.scm (emacs-solaire-mode): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-06-13gnu: Add emacs-mixed-pitch.Alex Griffin
* gnu/packages/emacs-xyz.scm (emacs-mixed-pitch): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-06-13gnu: Add emacs-restart-emacs.Alex Griffin
* gnu/packages/emacs-xyz.scm (emacs-restart-emacs): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-06-13gnu: Add emacs-elfeed-org.Alex Griffin
* gnu/packages/emacs-xyz.scm (emacs-elfeed-org): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-06-13gnu: Add emacs-xtest.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-xtest): New variable.
2019-06-13gnu: parcimonie: Update source and home-page.Efraim Flashner
* gnu/packages/gnupg.scm (parcimonie)[source]: Update to new url. [home-page]: Same.
2019-06-13Merge branch 'staging'Marius Bakke
2019-06-13gnu: gstreamer: Skip failing test on 32-bit systems.Marius Bakke
* gnu/packages/gstreamer.scm (gstreamer)[arguments]: When building for a 32-bit system, add #:phases.
2019-06-13gnu: Add ri-li.Nicolas Goaziou
* gnu/packages/games.scm (ri-li): New variable. * gnu/packages/patches/ri-li-modernize_cpp.patch: New file. * gnu/local.mk (dist_patch_DATA): Reference patch.
2019-06-13gnu: Add Kawa.Carlo Zancanaro
* gnu/packages/kawa.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2019-06-13gnu; emacs-realgud: Add a 'file-name' field to the origin.Ludovic Courtès
* gnu/packages/emacs-xyz.scm (emacs-realgud)[source]: Add 'file-name'.
2019-06-13gnu: emacs-realgud: Update to 1.5.0.Brian Leung
* gnu/packages/emacs-xyz.scm (emacs-realgud): Update to 1.5.0. [source]: Fetch from git. Remove upstreamed patch. * gnu/packages/patches/emacs-realgud-fix-configure-ac.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-13gnu: gpxsee: Fetch from Git instead of a generated tarball.Ludovic Courtès
* gnu/packages/gps.scm (gpxsee)[source]: Use 'git-fetch'.
2019-06-13gnu: gpxsee: Upgrade to 7.8Nikolay Korotkiy
* gnu/packages/gps.scm (gpxsee): Update to 7.8. [arguments]: Leave "config.h" unchanged in 'configure' phase. Remove 'install' phase. [home-page, synopsis, description]: Update. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-13gnu: nyacc: Add 0.94.0.Ludovic Courtès
* gnu/packages/mes.scm (nyacc): Rename to... (nyacc-0.86): ... this. (nyacc): New variable. (mes)[propagated-inputs]: Use NYACC-0.86 instead of NYACC.
2019-06-13gnu: gimp: Update to 2.10.12.Nicolas Goaziou
* gnu/packages/gimp.scm (gimp): Update to 2.10.12.
2019-06-13gnu: babl: Update to 0.1.66.Nicolas Goaziou
* gnu/packages/gimp.scm (babl): Update to 0.1.66.
2019-06-13gnu: emacs-perspective: Update to 2.2.LaFreniere, Joseph
* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.2. [source]: Download using git-fetch. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-06-13gnu: gpodder: Only return #t when needed.Efraim Flashner
* gnu/packages/gpodder.scm (gpodder)[arguments]: Return #t from 'do-not-run-msgmerge. Don't return #t from 'install.
2019-06-13gnu: gpodder: Update to 3.10.9.Pierre Langlois
* gnu/packages/gpodder.scm (gpodder): Update to 3.10.9. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2019-06-13gnu: dstat: Add python2-six.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (dstat)[inputs]: Add python2-six. [arguments]: Add ‘wrap’ phase to make dstat find required modules.
2019-06-13daemon: Replace "illegal" by "invalid" in error messages.Ludovic Courtès
* nix/libstore/build.cc (parseReferenceSpecifiers): Replace "illegal" by "invalid". * nix/libstore/globals.cc (Settings::pack): Likewise. * nix/libstore/store-api.cc (checkStoreName): Likewise.
2019-06-13gnu: Add USB_ModeSwitch.Florian Pelz
* gnu/packages/usb-modeswitch.scm: New file. * gnu/packages/patches/usb-modeswitch-accept-config-arg.patch: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add package. (dist_patch_DATA): Add patch. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-12gnu: Add emacsy.Jan Nieuwenhuizen
* gnu/packages/guile-xyz.scm (emacsy): New variable.
2019-06-12gnu: GParted: Update 1.0.0.Leo Famulari
* gnu/packages/disk.scm (gparted): Update to 1.0.0. [arguments]: Remove obsolete configure flag. [inputs]: Use gtkmm@3. Add yelp-tools and itstool. Remove libxslt, gnome-doc-utils, docbook-xml-4.2, python-2, python2-libxml2, and which. [native-inputs]: Add lvm2.
2019-06-12gnu: linux-libre: Update to 5.1.9.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.9. (%linux-libre-hash): Update hash.
2019-06-12gnu: linux-libre@4.19: Update to 4.19.50.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.50. (%linux-libre-4.19-hash): Update hash.
2019-06-12gnu: linux-libre@4.14: Update to 4.14.125.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.125. (%linux-libre-4.14-hash): Update hash.
2019-06-12gnu: linux-libre@4.9: Update to 4.9.181.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.181.
2019-06-12gnu: linux-libre@4.4: Update to 4.4.181.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.181.
2019-06-12doc: Improve tarball extraction example.Julien Lepiller
2019-06-12gnu: perl-io-socket-ssl: Update to 2.066.Christopher Baines
The previous version failed to build, but this updated version does build successfully. * gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.066.
2019-06-12gnu: Add python-pynvim.Julien Lepiller
* gnu/packages/vim.scm (python-pynvim, python2-pynvim): New variables.
2019-06-12services: Import (srfi srfi-26) from the build side.Tobias Geerinckx-Rice
See <https://lists.gnu.org/archive/html/guix-devel/2019-06/msg00119.html>. * gnu/services/nix.scm (nix-activation): Remove (srfi srfi-26) from (host-) imported modules.
2019-06-12gnu: Add r-txdb-hsapiens-ucsc-hg38-knowngene.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-txdb-hsapiens-ucsc-hg38-knowngene): New variable.
2019-06-12gnu: ungoogled-chromium: Update to 75.0.3770.80-0.5d8abc3.Marius Bakke
* gnu/packages/chromium.scm (%preserved-third-party-files): Update for 75. (%chromium-version): Update to 75.0.3770.80. (%ungoogled-revision): Update to 5d8abc38b43a62f379615a0dc972b29d9aebb4b4. (%debian-revision): Update to debian/75.0.3770.80-1. (%chromium-origin, %ungoogled-origin, %debian-origin): Update hashes. (ungoogled-chromium-source): Include Debians GCC6 patches. (ungoogled-chromium)[arguments]: Add "enable_vr=false" to #:configure-flags.
2019-06-12gnu: chromium: Move origins into separate variables.Marius Bakke
* gnu/packages/chromium.scm (%chromium-origin, %ungoogled-origin, %debian-origin): New variables. (ungoogled-chromium-source): Adjust accordingly.
2019-06-12gnu: pigx-rnaseq: Update to 0.0.6.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.6. [inputs]: Remove bedtools.
2019-06-12gnu: wget.scm: List inputs alphabetically.Efraim Flashner
* gnu/packages/wget.scm: List inputs alphabetically.
2019-06-12gnu: wget: Change default paste site.Efraim Flashner
* gnu/packages/wget.scm (wgetpaste)[arguments]: Change default paste site in custom 'remove-dead-paste-site phase.
2019-06-12gnu: wgetpaste: Add xclip to wrapper program list.Efraim Flashner
* gnu/packages/wget.scm (wgetpaste)[arguments]: Add xclip to list of wrapper programs in custom 'wrap-program phase. [inputs]: Add xclip.
2019-06-12gnu: Add r-annotatr.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-annotatr): New variable.