Loading pkgs/development/tools/rust/cargo-pgrx/default.nix +7 −9 Original line number Diff line number Diff line { lib, darwin, fetchCrate, lib, openssl, pkg-config, rustPlatform, stdenv, }: let Loading @@ -15,16 +13,16 @@ let hash, cargoHash, }: rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage { pname = "cargo-pgrx"; inherit version; src = fetchCrate { inherit version pname hash; inherit version hash; pname = "cargo-pgrx"; }; useFetchCargoVendor = true; inherit cargoHash; nativeBuildInputs = [ Loading @@ -44,12 +42,12 @@ let "--skip=command::schema::tests::test_parse_managed_postmasters" ]; meta = with lib; { meta = { description = "Build Postgres Extensions with Rust"; homepage = "https://github.com/pgcentralfoundation/pgrx"; changelog = "https://github.com/pgcentralfoundation/pgrx/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ license = lib.licenses.mit; maintainers = with lib.maintainers; [ happysalada matthiasbeyer ]; Loading Loading
pkgs/development/tools/rust/cargo-pgrx/default.nix +7 −9 Original line number Diff line number Diff line { lib, darwin, fetchCrate, lib, openssl, pkg-config, rustPlatform, stdenv, }: let Loading @@ -15,16 +13,16 @@ let hash, cargoHash, }: rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage { pname = "cargo-pgrx"; inherit version; src = fetchCrate { inherit version pname hash; inherit version hash; pname = "cargo-pgrx"; }; useFetchCargoVendor = true; inherit cargoHash; nativeBuildInputs = [ Loading @@ -44,12 +42,12 @@ let "--skip=command::schema::tests::test_parse_managed_postmasters" ]; meta = with lib; { meta = { description = "Build Postgres Extensions with Rust"; homepage = "https://github.com/pgcentralfoundation/pgrx"; changelog = "https://github.com/pgcentralfoundation/pgrx/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ license = lib.licenses.mit; maintainers = with lib.maintainers; [ happysalada matthiasbeyer ]; Loading