Loading pkgs/development/tools/reshape/default.nix +5 −0 Original line number Diff line number Diff line { lib , rustPlatform , fetchCrate , darwin , postgresqlTestHook , postgresql , stdenv }: rustPlatform.buildRustPackage rec { Loading @@ -16,6 +18,9 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-VTJ3FNhVLgxo/VVBhk1yF9UUktLXcbrEkYwoyoWFhXA="; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ]; nativeCheckInputs = [ postgresqlTestHook postgresql Loading Loading
pkgs/development/tools/reshape/default.nix +5 −0 Original line number Diff line number Diff line { lib , rustPlatform , fetchCrate , darwin , postgresqlTestHook , postgresql , stdenv }: rustPlatform.buildRustPackage rec { Loading @@ -16,6 +18,9 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-VTJ3FNhVLgxo/VVBhk1yF9UUktLXcbrEkYwoyoWFhXA="; buildInputs = lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.SystemConfiguration ]; nativeCheckInputs = [ postgresqlTestHook postgresql Loading