gnome3.libgepub: set up checkPhase

This commit is contained in:
Jan Tojnar 2017-11-08 01:09:46 +01:00
parent 5be699a3ff
commit 494bd854f8
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
doCheck = true;
checkPhase = "meson test";
nativeBuildInputs = [ meson ninja pkgconfig gobjectIntrospection ];
buildInputs = [ glib webkitgtk libsoup libxml2 libarchive ];