From 60026c0a32ab7d1e72cc38bed451ab9b78955f83 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 28 Jul 2010 13:08:49 +0000 Subject: [PATCH] pkgs/development/libraries/crypto++: added todo note about removing cryptotest.exe from the installed image svn path=/nixpkgs/trunk/; revision=22790 --- pkgs/development/libraries/crypto++/default.nix | 2 ++ 1 file changed, 2 insertions(+) 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"