forked from mirrors/nixpkgs
libglademm: Propagate GTKmm and libglade.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14918
This commit is contained in:
parent
e01be47e53
commit
71a16052ba
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue