Merge pull request #29570 from disassembler/libxmlxx

libxmlxx: move glibmm to propagatedBuildInputs
This commit is contained in:
Jörg Thalheim 2017-09-19 20:16:59 +01:00 committed by GitHub
commit 28a53c8a08

View File

@ -12,9 +12,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig perl ];
buildInputs = [ glibmm ];
propagatedBuildInputs = [ libxml2 ];
propagatedBuildInputs = [ libxml2 glibmm ];
meta = with stdenv.lib; {
homepage = http://libxmlplusplus.sourceforge.net/;