summary refs log tree commit diff
path: root/pkgs/development/libraries/tinyxml/2.6.2.nix
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2013-03-11 21:22:59 -0400
committerShea Levy <shea@shealevy.com>2013-03-11 21:22:59 -0400
commit2d4d0cbef79db9cd0de37fcab0e03966508b802e (patch)
treedd93f1a0cbaf9927ee370fbd56b274e838e13018 /pkgs/development/libraries/tinyxml/2.6.2.nix
parent90e93635e9dc04e294e4e4cc49eda328c183bc30 (diff)
downloadnixpkgs-2d4d0cbef79db9cd0de37fcab0e03966508b802e.tar
nixpkgs-2d4d0cbef79db9cd0de37fcab0e03966508b802e.tar.gz
nixpkgs-2d4d0cbef79db9cd0de37fcab0e03966508b802e.tar.bz2
nixpkgs-2d4d0cbef79db9cd0de37fcab0e03966508b802e.tar.lz
nixpkgs-2d4d0cbef79db9cd0de37fcab0e03966508b802e.tar.xz
nixpkgs-2d4d0cbef79db9cd0de37fcab0e03966508b802e.tar.zst
nixpkgs-2d4d0cbef79db9cd0de37fcab0e03966508b802e.zip
tinyxml: fix whitespace
Signed-off-by: Shea Levy <shea@shealevy.com>
Diffstat (limited to 'pkgs/development/libraries/tinyxml/2.6.2.nix')
-rw-r--r--pkgs/development/libraries/tinyxml/2.6.2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/tinyxml/2.6.2.nix b/pkgs/development/libraries/tinyxml/2.6.2.nix
index fb2ff0b84f0..fde30a98fe9 100644
--- a/pkgs/development/libraries/tinyxml/2.6.2.nix
+++ b/pkgs/development/libraries/tinyxml/2.6.2.nix
@@ -25,7 +25,7 @@ in stdenv.mkDerivation {
     sed '1i#define TIXML_USE_STL 1' -i xmltest.cpp
 
     # build xmltest
-    make 
+    make
     
     # build the lib as a shared library
     g++ -Wall -O2 -shared -fpic tinyxml.cpp \