mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
libxmlxx: move glibmm to propagatedBuildInputs
This commit is contained in:
parent
7e6011083d
commit
367e30b8f3
1 changed files with 1 additions and 3 deletions
|
@ -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 a new issue