Merge branch 'master' into staging
authorMarius Bakke <mbakke@fastmail.com>
Sun, 24 Sep 2017 17:18:35 +0000 (19:18 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Sun, 24 Sep 2017 17:18:35 +0000 (19:18 +0200)
13 files changed:
1  2 
gnu/local.mk
gnu/packages/audio.scm
gnu/packages/bioinformatics.scm
gnu/packages/emacs.scm
gnu/packages/freedesktop.scm
gnu/packages/gnome.scm
gnu/packages/linux.scm
gnu/packages/machine-learning.scm
gnu/packages/music.scm
gnu/packages/photo.scm
gnu/packages/python.scm
gnu/packages/video.scm
gnu/packages/xorg.scm

diff --cc gnu/local.mk
Simple merge
Simple merge
Simple merge
Simple merge
@@@ -357,22 -357,26 +357,25 @@@ manager for the current system."
      (build-system python-build-system)
      (arguments
       '(#:phases
 -       (alist-replace
 -        'check
 -        (lambda* (#:key inputs #:allow-other-keys)
 -          (setenv "XDG_DATA_DIRS"
 -                  (string-append (assoc-ref inputs "shared-mime-info")
 -                                 "/share/"))
 -          (substitute* "test/test-icon.py"
 -            (("/usr/share/icons/hicolor/index.theme")
 -             (string-append (assoc-ref inputs "hicolor-icon-theme")
 -                            "/share/icons/hicolor/index.theme"))
 -            ;; FIXME: This test fails because the theme contains the unknown
 -            ;; key "Scale".
 -            (("theme.validate\\(\\)") "#"))
 +       (modify-phases %standard-phases
 +         (replace 'check
 +           (lambda* (#:key inputs #:allow-other-keys)
 +             (setenv "XDG_DATA_DIRS"
 +                     (string-append (assoc-ref inputs "shared-mime-info")
 +                                    "/share/"))
 +             (substitute* "test/test-icon.py"
 +               (("/usr/share/icons/hicolor/index.theme")
 +                (string-append (assoc-ref inputs "hicolor-icon-theme")
-                                "/share/icons/hicolor/index.theme")))
++                               "/share/icons/hicolor/index.theme"))
++               ;; FIXME: This test fails because the theme contains the unknown
++               ;; key "Scale".
++               (("theme.validate\\(\\)") "#"))
  
 -          ;; One test fails with:
 -          ;; AssertionError: 'x-apple-ios-png' != 'png'
 -          (substitute* "test/test-mime.py"
 -            (("self.check_mimetype\\(imgpng, 'image', 'png'\\)") "#"))
 -          (zero? (system* "nosetests" "-v")))
 -        %standard-phases)))
 +             ;; One test fails with:
 +             ;; AssertionError: 'x-apple-ios-png' != 'png'
 +             (substitute* "test/test-mime.py"
 +               (("self.check_mimetype\\(imgpng, 'image', 'png'\\)") "#"))
 +             (zero? (system* "nosetests" "-v")))))))
      (native-inputs
       `(("shared-mime-info" ,shared-mime-info) ;for tests
         ("hicolor-icon-theme" ,hicolor-icon-theme) ;for tests
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge