summary refs log tree commit diff
path: root/pkgs/development/libraries/apr
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-07-02 21:30:58 +0200
committerPeter Simons <simons@cryp.to>2012-07-07 08:47:19 +0200
commit21997309418f0d34b21390ef56ebf041d1bccbc2 (patch)
treeb4dea7b08f40c192e821f5e8270911dda92f6f93 /pkgs/development/libraries/apr
parentf47c5d6bd755dc647281a17f2f6375477a57794d (diff)
downloadnixlib-21997309418f0d34b21390ef56ebf041d1bccbc2.tar
nixlib-21997309418f0d34b21390ef56ebf041d1bccbc2.tar.gz
nixlib-21997309418f0d34b21390ef56ebf041d1bccbc2.tar.bz2
nixlib-21997309418f0d34b21390ef56ebf041d1bccbc2.tar.lz
nixlib-21997309418f0d34b21390ef56ebf041d1bccbc2.tar.xz
nixlib-21997309418f0d34b21390ef56ebf041d1bccbc2.tar.zst
nixlib-21997309418f0d34b21390ef56ebf041d1bccbc2.zip
apr: strip trailing whitespace
Diffstat (limited to 'pkgs/development/libraries/apr')
-rw-r--r--pkgs/development/libraries/apr/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/apr/default.nix b/pkgs/development/libraries/apr/default.nix
index 8c3d5c03496e..07a565596bbc 100644
--- a/pkgs/development/libraries/apr/default.nix
+++ b/pkgs/development/libraries/apr/default.nix
@@ -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";