1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 ];