1 { lib, stdenv, fetchFromGitHub }:
5 pname = "tracefilesim";
6 version = "unstable-2015-11-07";
8 src = fetchFromGitHub {
10 repo = "TraceFileSim";
11 rev = "368aa6b1d6560e7ecbd16fca47000c8f528f3da2";
12 sha256 = "156m92k38ap4bzidbr8dzl065rni8lrib71ih88myk9z5y1x5nxm";
15 hardeningDisable = [ "fortify" ];
18 mkdir --parents "$out/bin"
19 cp ./traceFileSim "$out/bin"
23 description = "Ease the analysis of existing memory management techniques, as well as the prototyping of new memory management techniques";
24 mainProgram = "traceFileSim";
25 homepage = "https://github.com/GarCoSim";
26 maintainers = [ maintainers.cmcdragonkai ];
27 license = licenses.gpl2;
28 platforms = platforms.linux;