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:
@@ -43,6 +43,8 @@ stdenv.mkDerivation rec {
|
|||||||
make PREFIX="$out" all cryptopp.dll
|
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 = ''
|
installPhase = ''
|
||||||
mkdir "$out"
|
mkdir "$out"
|
||||||
make install PREFIX="$out"
|
make install PREFIX="$out"
|
||||||
|
|||||||
Reference in New Issue
Block a user