svn path=/nixpkgs/trunk/; revision=9170
This commit is contained in:
Marc Weber 2007-08-20 10:40:48 +00:00
parent 911556d127
commit 0c9f5dc6a4
1 changed files with 8 additions and 0 deletions

View File

@ -1400,6 +1400,14 @@ rec {
inherit fetchurl stdenv;
};
# commented out because it's using the new configuration style proposal which is unstable
# needs some testing ..
#fltk20 = (import ../development/libraries/fltk) {
#inherit fetchurl stdenv lib mesa mesaHeaders libpng libjpeg zlib ;
#inherit (xlibs) libX11 libXext;
#flags = [ "useNixLibs" "threads" "shared" ];
#};
fontconfig = import ../development/libraries/fontconfig {
inherit fetchurl stdenv freetype expat;
};