Loading pkgs/by-name/ma/malt/package.nix +7 −3 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "malt"; version = "1.2.6"; version = "1.4.1"; src = fetchFromGitHub { owner = "memtt"; repo = "malt"; rev = "v${version}"; sha256 = "sha256-Hq6XDxcjH5ronprnV1CwumGqBg9RXYpJ+WANqoBA2/c="; sha256 = "sha256-4lCAEk/b8APuOo+x/kGSTg7vFSBZf/VBuSMDM7o5sts="; }; postPatch = '' Loading @@ -26,6 +26,10 @@ stdenv.mkDerivation rec { src/integration/malt-{webview,passwd}.sh.in ''; cmakeFlags = [ (lib.cmakeBool "ENABLE_JEMALLOC" false) ]; nativeBuildInputs = [ cmake ]; buildInputs = [ libelf Loading @@ -36,7 +40,7 @@ stdenv.mkDerivation rec { description = "Memory tool to find where you allocate your memory"; homepage = "https://github.com/memtt/malt"; license = licenses.cecill-c; maintainers = [ ]; maintainers = with maintainers; [ skohtv ]; platforms = platforms.linux; }; } Loading
pkgs/by-name/ma/malt/package.nix +7 −3 Original line number Diff line number Diff line Loading @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "malt"; version = "1.2.6"; version = "1.4.1"; src = fetchFromGitHub { owner = "memtt"; repo = "malt"; rev = "v${version}"; sha256 = "sha256-Hq6XDxcjH5ronprnV1CwumGqBg9RXYpJ+WANqoBA2/c="; sha256 = "sha256-4lCAEk/b8APuOo+x/kGSTg7vFSBZf/VBuSMDM7o5sts="; }; postPatch = '' Loading @@ -26,6 +26,10 @@ stdenv.mkDerivation rec { src/integration/malt-{webview,passwd}.sh.in ''; cmakeFlags = [ (lib.cmakeBool "ENABLE_JEMALLOC" false) ]; nativeBuildInputs = [ cmake ]; buildInputs = [ libelf Loading @@ -36,7 +40,7 @@ stdenv.mkDerivation rec { description = "Memory tool to find where you allocate your memory"; homepage = "https://github.com/memtt/malt"; license = licenses.cecill-c; maintainers = [ ]; maintainers = with maintainers; [ skohtv ]; platforms = platforms.linux; }; }