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