9 stdenv.mkDerivation (finalAttrs: {
13 src = fetchFromBitbucket {
16 rev = "v${finalAttrs.version}";
17 hash = "sha256-Jl9ZWFqBvLgQwCoMNX3g7z02yc7oYx+d6mbyLBzBJOs=";
21 nativeBuildInputs = [ cmake ];
29 description = "high performance C++ math library";
30 homepage = "https://bitbucket.org/blaze-lib/blaze";
31 license = with licenses; [ bsd3 ];
32 maintainers = with maintainers; [ Madouura ];
33 platforms = platforms.unix;