pkgs/development/tools/documentation/doxygen: strip trailing whitespace

svn path=/nixpkgs/trunk/; revision=23442
This commit is contained in:
Peter Simons 2010-08-26 09:44:23 +00:00
parent 40c02f3cd6
commit a51fc5c66d

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
else ''
echo "using QTDIR=${qt}..."
export QTDIR=${qt}
'');
'');
# export CPLUS_INCLUDE_PATH="${qt}/include:$CPLUS_INCLUDE_PATH"
# export LIBRARY_PATH="${qt}/lib:$LIBRARY_PATH"