9 rustPlatform.buildRustPackage rec {
10 pname = "sea-orm-cli";
14 inherit pname version;
15 hash = "sha256-rPPOVU5oyBIywiJuK23PutfvhxaFNi/VZ9kVWLMUVjI=";
18 nativeBuildInputs = [ pkg-config ];
20 buildInputs = [ openssl ]
21 ++ lib.optionals stdenv.hostPlatform.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ];
23 cargoHash = "sha256-r5nqzu79z/XdrqvaJ+5ylZI6tC/SKTzmoOSgkbAaPn4=";
26 homepage = "https://www.sea-ql.org/SeaORM";
27 description = " Command line utility for SeaORM";
28 license = with licenses; [ mit /* or */ asl20 ];
29 maintainers = with maintainers; [ traxys ];