From d279992fc605d5f4aa63a6ca5d543524f757270c Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Tue, 17 Jul 2018 19:33:23 -0400 Subject: appstream: add vala --- pkgs/development/libraries/appstream/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries/appstream') diff --git a/pkgs/development/libraries/appstream/default.nix b/pkgs/development/libraries/appstream/default.nix index 8623fbde89866..264bc0e734526 100644 --- a/pkgs/development/libraries/appstream/default.nix +++ b/pkgs/development/libraries/appstream/default.nix @@ -1,7 +1,7 @@ { stdenv, fetchpatch, fetchFromGitHub, meson, ninja, pkgconfig, gettext , xmlto, docbook_xsl, docbook_xml_dtd_45, libxslt , libstemmer, glib, xapian, libxml2, libyaml, gobjectIntrospection -, pcre, itstool +, pcre, itstool, vala }: stdenv.mkDerivation rec { @@ -27,7 +27,7 @@ stdenv.mkDerivation rec { nativeBuildInputs = [ meson ninja pkgconfig gettext libxslt xmlto docbook_xsl docbook_xml_dtd_45 - gobjectIntrospection itstool + gobjectIntrospection itstool vala ]; buildInputs = [ libstemmer pcre glib xapian libxml2 libyaml ]; @@ -43,6 +43,7 @@ stdenv.mkDerivation rec { mesonFlags = [ "-Dapidocs=false" "-Ddocs=false" + "-Dvapi=true" ]; meta = with stdenv.lib; { -- cgit 1.4.1