8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-XnT2ziES94Y4uzWmaxSw7nWegJFQjAqFUG8PkwK5nLU=";
19 nativeBuildInputs = [ cmake ];
21 cmakeFlags = [ "-H.." ];
24 description = "Multi-paradigm automated test framework for C++ and Objective-C (and, maybe, C)";
25 homepage = "http://catch-lib.net";
26 license = licenses.boost;
27 maintainers = with maintainers; [
31 platforms = with platforms; unix ++ windows;