3
0
Fork 0
forked from mirrors/nixpkgs

* Indent.

svn path=/nixpkgs/trunk/; revision=5677
This commit is contained in:
Eelco Dolstra 2006-07-11 07:55:52 +00:00
parent 4d7f947bcb
commit 67818f5717

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation {
"--enable-gtk2" "--enable-gtk2"
(if compat22 then "--enable-compat22" else "--disable-compat22") (if compat22 then "--enable-compat22" else "--disable-compat22")
"--disable-precomp-headers" "--disable-precomp-headers"
(if unicode then "--enable-unicode" else "") (if unicode then "--enable-unicode" else "")
]; ];
inherit gtk compat22; inherit gtk compat22;