mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
* pangomm is missing.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13952
This commit is contained in:
parent
a422ef08e2
commit
436e676cdd
@ -15,7 +15,7 @@ rec {
|
||||
|
||||
glibmm = (import ./glibmm) (args // { inherit glib; });
|
||||
|
||||
pangomm = (import ./pangomm) (args // { inherit pango glibmm cairomm; });
|
||||
#pangomm = (import ./pangomm) (args // { inherit pango glibmm cairomm; });
|
||||
|
||||
gtkmm = (import ./gtkmm) (args // { inherit gtk atk glibmm pangomm; });
|
||||
#gtkmm = (import ./gtkmm) (args // { inherit gtk atk glibmm; });
|
||||
}
|
||||
|
@ -3038,7 +3038,7 @@ let
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
gtkLibs = recurseIntoAttrs gtkLibs214;
|
||||
gtkLibs = recurseIntoAttrs gtkLibs212;
|
||||
|
||||
gtkLibs1x = import ../development/libraries/gtk-libs/1.x {
|
||||
inherit fetchurl stdenv x11 libtiff libjpeg libpng;
|
||||
|
Loading…
Reference in New Issue
Block a user