diff --git a/pkgs/development/libraries/crypto++/default.nix b/pkgs/development/libraries/crypto++/default.nix index a609e43b775..d22eb738671 100644 --- a/pkgs/development/libraries/crypto++/default.nix +++ b/pkgs/development/libraries/crypto++/default.nix @@ -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"