File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9191 pkg-config
9292 ] ) ;
9393 in {
94- # remove `auditable since it expects rust 2024, but cannot find it
95- # this is usually disable by passing `auditable = false;` to `buildRustPackage`
96- # however, nixpkgs does not let us properly override this post-morted , so we have to remove the auditable package
94+ # remove `auditable` since it expects rust 2024, but cannot find it
95+ # this is usually disabled by passing `auditable = false;` to `buildRustPackage`
96+ # however, nixpkgs does not let us properly override this post-mortem , so we have to remove the auditable package
9797 # that inevitably got add in `stellar-cli` flake
9898 nativeBuildInputs = builtins . filter ( pkg : ! final . lib . strings . hasPrefix "auditable-" pkg . name ) nativeBuildInputs' ;
9999 buildInputs = ( previousAttrs . buildInputs or [ ] ) ++ ( with final ; [
You can’t perform that action at this time.
0 commit comments