mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 19:33:03 +00:00
Merge #17867: libsecret: add vala dependency
This commit is contained in:
commit
a9114cda74
@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, glib, pkgconfig, intltool, libxslt, docbook_xsl, gtk_doc
|
||||
, libgcrypt, gobjectIntrospection }:
|
||||
, libgcrypt, gobjectIntrospection, vala }:
|
||||
let
|
||||
version = "0.18.5";
|
||||
in
|
||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
propagatedBuildInputs = [ glib ];
|
||||
nativeBuildInputs = [ pkgconfig intltool libxslt docbook_xsl ];
|
||||
buildInputs = [ libgcrypt gobjectIntrospection ];
|
||||
buildInputs = [ libgcrypt gobjectIntrospection vala ];
|
||||
# optional: build docs with gtk-doc? (probably needs a flag as well)
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user