apr: strip trailing whitespace

This commit is contained in:
Peter Simons 2012-07-02 21:30:58 +02:00
parent f47c5d6bd7
commit 2199730941

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
# Including the Windows headers breaks unistd.h.
# Based on ftp://sourceware.org/pub/cygwin/release/libapr1/libapr1-1.3.8-2-src.tar.bz2
++ stdenv.lib.optional (stdenv.system == "i686-cygwin") "ac_cv_header_windows_h=no";
meta = {
homepage = http://apr.apache.org/;
description = "The Apache Portable Runtime library";