3
0
Fork 0
forked from mirrors/nixpkgs

libglademm: Propagate GTKmm and libglade.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14918
This commit is contained in:
Ludovic Courtès 2009-04-07 19:17:23 +00:00
parent e01be47e53
commit 71a16052ba

View file

@ -8,7 +8,11 @@ stdenv.mkDerivation rec {
sha256 = "1hrbg9l5qb7w0xvr7013qamkckyj0fqc426c851l69zpmhakqm1q"; sha256 = "1hrbg9l5qb7w0xvr7013qamkckyj0fqc426c851l69zpmhakqm1q";
}; };
buildInputs = [ pkgconfig libglade gtkmm ]; buildInputs = [ pkgconfig ];
# `libglade' must be propagated so that `pkg-config libglademm
# --libs' (or `--cflags') works.
propagatedBuildInputs = [ libglade gtkmm ];
meta = { meta = {
description = "C++ interface to the libglade graphical user interface library"; description = "C++ interface to the libglade graphical user interface library";