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

@@ -50,8 +50,6 @@ stdenv.mkDerivation rec {
doCheck = testsSupport;
checkPhase = "meson test";
meta = {
description = "Handles input devices in Wayland compositors and provides a generic X.Org input driver";
homepage = http://www.freedesktop.org/wiki/Software/libinput;