pkgs/development/libraries/crypto++: added todo note about removing cryptotest.exe from the installed image

svn path=/nixpkgs/trunk/; revision=22790
This commit is contained in:
Peter Simons 2010-07-28 13:08:49 +00:00
parent 66b8ff8e0c
commit 60026c0a32

View File

@ -43,6 +43,8 @@ stdenv.mkDerivation rec {
make PREFIX="$out" all cryptopp.dll
'';
# TODO: Installing cryptotest.exe doesn't seem to be necessary. We run
# that binary during this build anyway to verify everything works.
installPhase = ''
mkdir "$out"
make install PREFIX="$out"