11 stdenv.mkDerivation rec {
15 src = fetchFromGitLab {
19 sha256 = "sha256-cqg8QN4/I+zql7lVDDAgFA05Dmg4ylBTvPSPP7WATdc=";
36 description = "Memory pooling for ARPA2 projects";
37 homepage = "https://gitlab.com/arpa2/Quick-MEM/";
38 license = licenses.bsd2;
39 platforms = platforms.linux;
40 maintainers = with maintainers; [ leungbk ];