* More examples of interpolation.

svn path=/nixpkgs/trunk/; revision=5244
This commit is contained in:
Eelco Dolstra
2006-05-01 15:25:17 +00:00
parent d56e3d6f5a
commit 4acfb1a684
7 changed files with 24 additions and 40 deletions
+2 -2
View File
@@ -21,8 +21,8 @@ stdenv.mkDerivation {
configureFlags =
[ "--enable-a4-paper" ] /* We obey ISO standards! */
++ (if enablePDFtoPPM then [
("--with-freetype2-library=${freetype}/lib")
("--with-freetype2-includes=${freetype}/include/freetype2")
"--with-freetype2-library=${freetype}/lib"
"--with-freetype2-includes=${freetype}/include/freetype2"
] else []);
}