10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-qTTAViVZEw4XgYADoonsVZPulp43lFFkX2xE5OFbL3s=";
21 cargoHash = "sha256-QSeAAaT1LbcWLmML8i2sgRtTnimZfKgLq6qhnpQr8cc=";
29 ] ++ lib.optionals stdenv.hostPlatform.isDarwin [
30 darwin.apple_sdk.frameworks.Security
31 darwin.apple_sdk.frameworks.SystemConfiguration
34 dontUseCargoParallelTests = true;
37 "--skip=subcommand::server::tests::status" # test fails if it built from source tarball
41 description = "Index, block explorer, and command-line wallet for Ordinals";
42 homepage = "https://github.com/ordinals/ord";
43 changelog = "https://github.com/ordinals/ord/blob/${src.rev}/CHANGELOG.md";
44 license = licenses.cc0;
45 maintainers = with maintainers; [ xrelkd ];