Merge branch 'master' into staging
authorMarius Bakke <mbakke@fastmail.com>
Sun, 18 Mar 2018 00:09:25 +0000 (01:09 +0100)
committerMarius Bakke <mbakke@fastmail.com>
Sun, 18 Mar 2018 00:09:25 +0000 (01:09 +0100)
16 files changed:
1  2 
gnu/local.mk
gnu/packages/build-tools.scm
gnu/packages/freedesktop.scm
gnu/packages/gl.scm
gnu/packages/gnome.scm
gnu/packages/gnuzilla.scm
gnu/packages/gtk.scm
gnu/packages/image.scm
gnu/packages/linux.scm
gnu/packages/pulseaudio.scm
gnu/packages/python.scm
gnu/packages/video.scm
gnu/packages/web.scm
gnu/packages/xdisorg.scm
gnu/packages/xiph.scm
gnu/packages/xorg.scm

diff --cc gnu/local.mk
Simple merge
@@@ -79,18 -79,9 +79,18 @@@ makes a few sacrifices to acquire fast 
                                    version ".tar.gz"))
                (sha256
                 (base32
 -                "06r8limj38mv884s5riiz6lpzw37cvhbf9jd0smzcbi7fwmv3yah"))))
 +                "1r3wlimllakrswx2rb4mbdk1iricqk6myvdvib6dkyx362yanm9l"))))
      (build-system python-build-system)
-     (inputs `(("ninja", ninja)))
 +    (arguments
 +     `(;; FIXME: Tests require many additional inputs, a fix for the RUNPATH
 +       ;; patch in meson-for-build, and patching many hard-coded file system
 +       ;; locations in "run_unittests.py".
 +       #:tests? #f
 +       #:phases (modify-phases %standard-phases
 +                  ;; Meson calls the various executables in out/bin through the
 +                  ;; Python interpreter, so we cannot use the shell wrapper.
 +                  (delete 'wrap))))
+     (inputs `(("ninja" ,ninja)))
      (propagated-inputs `(("python" ,python)))
      (home-page "https://mesonbuild.com/")
      (synopsis "Build system designed to be fast and user-friendly")
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge