libxmlxx: move glibmm to propagatedBuildInputs
This commit is contained in:
parent
7e6011083d
commit
367e30b8f3
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user