File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 3232 pkg-config ,
3333 rustPlatform ,
3434 stdenv ,
35- darwin ,
3635 writeShellScriptBin ,
3736} :
3837
117116 # so we don't accidentally `(rustPlatform.buildRustPackage argsForBuildRustPackage) // { ... }` because
118117 # we forgot parentheses
119118 finalArgs = argsForBuildRustPackage // {
120- buildInputs =
121- ( args . buildInputs or [ ] )
122- ++ lib . optionals stdenv . hostPlatform . isDarwin [ darwin . apple_sdk . frameworks . Security ] ;
119+ buildInputs = ( args . buildInputs or [ ] ) ;
123120
124121 nativeBuildInputs =
125122 ( args . nativeBuildInputs or [ ] )
Original file line number Diff line number Diff line change 2929 buildPgrxExtension = final . callPackage ../cargo-pgrx/buildPgrxExtension.nix {
3030 inherit ( final ) cargo-pgrx ;
3131 inherit ( final ) lib ;
32- inherit ( final ) Security ;
3332 inherit ( final ) pkg-config ;
3433 inherit ( final ) stdenv ;
3534 inherit ( final ) writeShellScriptBin ;
You can’t perform that action at this time.
0 commit comments