gnome3.libhttpseverywhere: fix build

This commit is contained in:
Jan Tojnar 2018-03-13 18:50:04 +01:00
parent 94836664a6
commit 41db0371d4
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, meson, ninja, valadoc
{ stdenv, fetchurl, pkgconfig, meson, ninja, makeFontsConf
, gnome3, glib, json-glib, libarchive, libsoup, gobjectIntrospection }:
let
@ -12,7 +12,7 @@ in stdenv.mkDerivation rec {
sha256 = "0vcnimlfcscyvjbh845xbnjb9qc8x0mliaqz2gczxxpakxrbl3gh";
};
nativeBuildInputs = [ gnome3.vala gobjectIntrospection meson ninja pkgconfig valadoc ];
nativeBuildInputs = [ gnome3.vala gobjectIntrospection meson ninja pkgconfig ];
buildInputs = [ glib gnome3.libgee json-glib libsoup libarchive ];
mesonFlags = [ "-Denable_valadoc=true" ];
@ -21,6 +21,8 @@ in stdenv.mkDerivation rec {
checkPhase = "(cd test && ./httpseverywhere_test)";
FONTCONFIG_FILE = makeFontsConf { fontDirectories = [ ]; };
outputs = [ "out" "devdoc" ];
passthru = {