mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
pkgs/development/tools/documentation/doxygen: strip trailing whitespace
svn path=/nixpkgs/trunk/; revision=23442
This commit is contained in:
parent
40c02f3cd6
commit
a51fc5c66d
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user