* Doh.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13967
This commit is contained in:
parent
37b9b420cb
commit
ef00178834
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@ rec {
|
|||
|
||||
pangomm = (import ./pangomm) (args // { inherit pango glibmm cairomm; });
|
||||
|
||||
gtkmm = (import ./gtkmm) (args // { inherit gtk atk glibmm; });
|
||||
gtkmm = (import ./gtkmm) (args // { inherit gtk atk glibmm pangomm; });
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue