Replaced a tabs with blanks.

svn path=/nixpkgs/trunk/; revision=13200
This commit is contained in:
Peter Simons 2008-11-05 20:03:10 +00:00
parent 52e1bb158c
commit 2866ccfc71

View File

@ -7810,10 +7810,10 @@ let
inherit fetchurl stdenv apr aprutil expat swig jdk;
neon = import ../development/libraries/neon/0.28.nix {
inherit fetchurl stdenv libxml2 zlib openssl;
compressionSupport = true;
sslSupport = true;
static = true;
shared = false;
compressionSupport = true;
sslSupport = true;
static = true;
shared = false;
};
zlib = import ../development/libraries/zlib {
inherit fetchurl stdenv;