packages using meson: remove unnecessary checkPhase

This commit is contained in:
Jan Tojnar
2018-01-02 06:08:51 +01:00
parent edd5be9eff
commit d75f95d2a2
11 changed files with 0 additions and 21 deletions

View File

@@ -27,8 +27,6 @@ stdenv.mkDerivation rec {
doCheck = true;
checkPhase = "meson test";
meta = with stdenv.lib; {
homepage = http://live.gnome.org/JsonGlib;
description = "A library providing (de)serialization support for the JavaScript Object Notation (JSON) format";