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:
parent
66b8ff8e0c
commit
60026c0a32
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user