gitoxide: fix build issues with cargo-auditable #253911#254087
gitoxide: fix build issues with cargo-auditable #253911#254087jalil-salame wants to merge 1 commit intoNixOS:masterfrom
Conversation
|
I manually added the Edit: update with |
Should count, you might also want to run |
Waiting for NixOS/nixpkgs#254087 to be merged
Waiting for NixOS/nixpkgs#254087 to be merged
minijackson
left a comment
There was a problem hiding this comment.
Works great! Is there any plan to upstream that patch?
Result of nixpkgs-review pr 254087 run on x86_64-linux 1
1 package built:
- gitoxide
I'll notify the maintainer from gitoxide, but they have filed it as a cargo bug. Kinda strapped for time too, if you have time feel free to make a PR yourself, consider this my approval to upstream it yourself. |
|
This might be fixed upstream instead GitoxideLabs/gitoxide#1024 |
|
Awesome! Can we |
|
Should work, I'll do it as soon as possible (I'll try tonight but it might take another day or two for me to find time) |
`cargo-auditable` requires some metadata which is private in `gitoxide`, for further details look at the linked issues in NixOS#253911. This uses a patch to the `Cargo.toml` to fix the build errors. It is a simple rename and doesn't affect any kind of functionality AFAIK.
72da043 to
63c21b3
Compare
|
Patch was upstreamed, rewrote with |
minijackson
left a comment
There was a problem hiding this comment.
Result of nixpkgs-review pr 254087 run on x86_64-linux 1
1 package built:
- gitoxide
Description of changes
fixes #253911
cargo-auditablerequires some metadata which is private ingitoxide, for further details look at the linked issues in #253911.This uses a patch to the
Cargo.tomlto fix the build errors. It is a simple rename and doesn't affect any kind of functionality AFAIK.Things done
sandbox = trueset innix.conf? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/)