10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-psZ0NrCjRuRepatEcEMSVbw8JHD5Nh/vUXSxiGqDyfg=";
21 cargoHash = "sha256-gxIQZm5uZqdJ1ou6lghinj4Roi/L5HHb+d+i0t5HdaU=";
29 ] ++ lib.optionals stdenv.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 ];