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 defaultBindgenHook ,
3837} :
124123 # so we don't accidentally `(rustPlatform.buildRustPackage argsForBuildRustPackage) // { ... }` because
125124 # we forgot parentheses
126125 finalArgs = argsForBuildRustPackage // {
127- buildInputs =
128- ( args . buildInputs or [ ] )
129- ++ lib . optionals stdenv . hostPlatform . isDarwin [ darwin . apple_sdk . frameworks . Security ] ;
126+ buildInputs = ( args . buildInputs or [ ] ) ;
130127
131128 nativeBuildInputs =
132129 ( args . nativeBuildInputs or [ ] )
Original file line number Diff line number Diff line change 3131 buildPgrxExtension = final . callPackage ../cargo-pgrx/buildPgrxExtension.nix {
3232 inherit ( final ) cargo-pgrx ;
3333 inherit ( final ) lib ;
34- inherit ( final ) Security ;
3534 inherit ( final ) pkg-config ;
3635 inherit ( final ) stdenv ;
3736 inherit ( final ) writeShellScriptBin ;
You can’t perform that action at this time.
0 commit comments