Merge pull request #44803 from cdepillabout/add-correct-propagatedbuildinput-to-vte
add gtk3 as propagatedBuildInput to vte
This commit is contained in:
commit
59186af889
@ -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 .";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user