16 stdenv.mkDerivation rec {
18 version = "unstable-2022-05-17";
20 src = fetchFromGitLab {
21 domain = "gitlab.inria.fr";
22 owner = "solverstack";
24 rev = "6d497cc519fac623e595bd174e392939c4de845c";
25 hash = "sha256-Yf2jYALZplIXzVtd/sg6gzEYrZ+oU0zLG1ETd/hiTi0=";
43 description = "Visual Trace Explorer (ViTE), a tool to visualize execution traces";
47 ViTE is a trace explorer. It is a tool to visualize execution
48 traces in Pajé or OTF format for debugging and profiling
49 parallel or distributed applications.
52 homepage = "http://vite.gforge.inria.fr/";
53 license = lib.licenses.cecill20;
55 platforms = lib.platforms.linux;