7 stdenvNoCC.mkDerivation {
9 version = "0-unstable-2016-07-05";
11 src = fetchFromGitHub {
14 rev = "6b68367c9713075a40c6719cb24217e9437ffa74";
15 hash = "sha256-KVR2IeoAkaTXDjEndPvrKUzOf4Zkha20vcH4TTJqXfM=";
18 buildInputs = [ perl ];
22 install -Dm755 -t $out/bin colorgrind
27 description = "Perl wrapper for Valgrind with ANSI escape code colored output";
28 homepage = "http://renatocf.github.io/colorgrind/";
29 license = with lib.licenses; [ mit ];
30 maintainers = with lib.maintainers; [ pluiedev ];
31 mainProgram = "colorgrind";