Merge pull request #44803 from cdepillabout/add-correct-propagatedbuildinput-to-vte

add gtk3 as propagatedBuildInput to vte
This commit is contained in:
Jan Tojnar 2018-08-09 18:56:33 +02:00 committed by GitHub
commit 59186af889
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,12 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ gobjectIntrospection intltool pkgconfig vala gperf libxml2 ];
buildInputs = [ gnome3.glib gnome3.gtk3 ncurses ];
propagatedBuildInputs = [ gnutls pcre2 ];
propagatedBuildInputs = [
# Required by vte-2.91.pc.
gnome3.gtk3
gnutls
pcre2
];
preConfigure = "patchShebangs .";