11 stdenv.mkDerivation rec {
15 src = fetchFromGitHub {
19 sha256 = "sha256-eeiThHorLxL2qHIXd9vzc2jRYd7BN3/OHCqM9BmXi0U=";
23 sed -i s,@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@,@CMAKE_INSTALL_LIBDIR@, \
24 src/integration/malt.sh.in
25 sed -i -e 's,^NODE=""$,NODE=${nodejs}/bin/node,' -e s,^detectNodeJS$,, \
26 src/integration/malt-{webview,passwd}.sh.in
29 nativeBuildInputs = [ cmake ];
36 description = "Memory tool to find where you allocate your memory";
37 homepage = "https://github.com/memtt/malt";
38 license = licenses.cecill-c;
40 platforms = platforms.linux;