12 rustPlatform.buildRustPackage rec {
16 src = fetchFromGitHub {
20 hash = "sha256-y1ILZvnDWVlghvUVe8xU5wP2TMW+Q/l+V+bqDZrpnBk=";
24 lockFile = ./Cargo.lock;
26 "hematite-nbt-0.5.2" = "sha256-knBmH/32JJclhFZbKTNx5XgLSQ2rIrXUGu8uoAHAXMk=";
32 rustPlatform.bindgenHook
39 ] ++ lib.optionals stdenv.isDarwin [
40 darwin.apple_sdk.frameworks.CoreFoundation
41 darwin.apple_sdk.frameworks.Security
45 mainProgram = "mchprs";
46 description = "A multithreaded Minecraft server built for redstone";
47 homepage = "https://github.com/MCHPR/MCHPRS";
48 license = licenses.mit;
49 maintainers = with maintainers; [ gdd ];