Add libglademm, C++ bindings for libglade.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14718
This commit is contained in:
@@ -92,6 +92,11 @@ rec {
|
||||
input = platform.libglade;
|
||||
};
|
||||
|
||||
libglademm = import ./libglademm.nix {
|
||||
inherit fetchurl stdenv pkgconfig libglade;
|
||||
inherit (gtkLibs) gtkmm;
|
||||
};
|
||||
|
||||
libgnomecanvas = stdenv.mkDerivation {
|
||||
inherit (platform.libgnomecanvas) name src;
|
||||
buildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user