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

vte: vala -> vala_0_32

This commit is contained in:
Ram Kromberg 2016-08-21 19:39:26 +03:00
parent b0d2458922
commit be40f3236f

View file

@ -1,5 +1,5 @@
{ stdenv, fetchurl, intltool, pkgconfig
, gnome3, ncurses, gobjectIntrospection, vala, libxml2, gnutls
, gnome3, ncurses, gobjectIntrospection, vala_0_32, libxml2, gnutls
, selectTextPatch ? false
, fetchFromGitHub, autoconf, automake, libtool, gtk_doc, gperf
@ -9,7 +9,7 @@ let baseAttrs = rec {
inherit (import ./src.nix fetchurl) name src;
buildInputs = [ gobjectIntrospection intltool pkgconfig gnome3.glib
gnome3.gtk3 ncurses vala libxml2 ];
gnome3.gtk3 ncurses vala_0_32 libxml2 ];
propagatedBuildInputs = [ gnutls ];