about summary refs log tree commit diff
path: root/pkgs/development/libraries/tinyxml/2.6.2.nix
diff options
context:
space:
mode:
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 fb2ff0b84f05..fde30a98fe98 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 \