Merge branch 'staging' into core-updates
authorMarius Bakke <mbakke@fastmail.com>
Thu, 20 Jun 2019 21:38:56 +0000 (23:38 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Thu, 20 Jun 2019 21:38:56 +0000 (23:38 +0200)
26 files changed:
1  2 
doc/guix.texi
gnu/local.mk
gnu/packages/check.scm
gnu/packages/databases.scm
gnu/packages/games.scm
gnu/packages/glib.scm
gnu/packages/gnome.scm
gnu/packages/gnupg.scm
gnu/packages/guile.scm
gnu/packages/linux.scm
gnu/packages/machine-learning.scm
gnu/packages/maths.scm
gnu/packages/mpd.scm
gnu/packages/pdf.scm
gnu/packages/perl.scm
gnu/packages/python-web.scm
gnu/packages/python-xyz.scm
gnu/packages/python.scm
gnu/packages/rust.scm
gnu/packages/time.scm
gnu/packages/version-control.scm
gnu/packages/video.scm
gnu/packages/web.scm
gnu/packages/xml.scm
gnu/packages/xorg.scm
tests/derivations.scm

diff --cc doc/guix.texi
Simple merge
diff --cc gnu/local.mk
@@@ -690,8 -691,8 +690,9 @@@ dist_patch_DATA =                                          
    %D%/packages/patches/bazaar-CVE-2017-14176.patch            \
    %D%/packages/patches/beets-python-3.7-fix.patch             \
    %D%/packages/patches/beignet-correct-file-names.patch               \
-   %D%/packages/patches/binutils-boot-2.20.1a.patch            \
+   %D%/packages/patches/benchmark-unbundle-googletest.patch    \
    %D%/packages/patches/biber-fix-encoding-write.patch         \
++  %D%/packages/patches/binutils-boot-2.20.1a.patch            \
    %D%/packages/patches/binutils-loongson-workaround.patch     \
    %D%/packages/patches/blender-2.79-newer-ffmpeg.patch                \
    %D%/packages/patches/blender-2.79-python-3.7-fix.patch      \
    %D%/packages/patches/id3lib-CVE-2007-4460.patch                     \
    %D%/packages/patches/idris-test-no-node.patch                       \
    %D%/packages/patches/ilmbase-fix-tests.patch                        \
-   %D%/packages/patches/inkscape-poppler-compat3.patch         \
 +  %D%/packages/patches/inkscape-poppler-0.76.patch            \
    %D%/packages/patches/intltool-perl-compatibility.patch      \
    %D%/packages/patches/irrlicht-use-system-libs.patch         \
    %D%/packages/patches/isl-0.11.1-aarch64-support.patch       \
Simple merge
Simple merge
Simple merge
@@@ -82,7 -79,8 +82,8 @@@
  (define dbus
    (package
      (name "dbus")
 -    (version "1.12.12")
 +    (version "1.12.14")
+     (replacement dbus/fixed)
      (source (origin
                (method url-fetch)
                (uri (string-append
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -100,10 -100,20 +100,10 @@@ interfacing MPD in the C, C++ & Objecti
                                "/mpd-" version ".tar.xz"))
                (sha256
                 (base32
-                 "0ghda8g9q0bi6nrvl6n756d8f45spqpblkh77mnb4k9gmiv57qir"))))
+                 "0fx9n6qmyb4ls17j7kl58i1ivg9wfx9zm9wyfnwzw7lcwdl56sqk"))))
      (build-system meson-build-system)
      (arguments
 -     `(#:configure-flags '("-Ddocumentation=true") ; the default is 'false'...
 -       #:phases
 -       (modify-phases %standard-phases
 -         (add-before 'configure 'expand-C++-include-path
 -           ;; Make <gcc>/include/c++/ext/string_conversions.h find <stdlib.h>.
 -           (lambda* (#:key inputs #:allow-other-keys)
 -             (let* ((path "CPLUS_INCLUDE_PATH")
 -                    (gcc  (assoc-ref inputs "gcc"))
 -                    (c++  (string-append gcc "/include/c++")))
 -               (setenv path (string-append c++ ":" (getenv path)))
 -               #t))))))
 +     `(#:configure-flags '("-Ddocumentation=true"))) ;the default is 'false'...
      (inputs `(("ao" ,ao)
                ("alsa-lib" ,alsa-lib)
                ("avahi" ,avahi)
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -96,10 -96,10 +96,10 @@@ to a file."
      (source
       (origin
        (method url-fetch)
 -      (uri (pypi-uri "pytz" version ".tar.gz"))
 +      (uri (pypi-uri "pytz" version))
        (sha256
         (base32
-         "0k1pqnq3c4gvcspjxf3fschdjn71fk89i4wz801rxqh7f145xw6m"))))
+         "0hg1r2c41gnmljdsdmdgy6kb1zkfmxsf49imd96g8znp4cyxsiyp"))))
      (build-system python-build-system)
      (home-page "http://pythonhosted.org/pytz")
      (synopsis "Python timezone library")
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge