pijul: fix cross builds
This commit is contained in:
parent
227acfb01d
commit
8c8005ade0
1 changed files with 9 additions and 0 deletions
9
srcpkgs/pijul/patches/bindgen.patch
Normal file
9
srcpkgs/pijul/patches/bindgen.patch
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
--- Cargo.toml.orig
|
||||||
|
+++ Cargo.toml
|
||||||
|
@@ -133,3 +133,5 @@
|
||||||
|
version = "2.0"
|
||||||
|
[target."cfg(unix)".dependencies.tokio-uds]
|
||||||
|
version = "0.2"
|
||||||
|
+
|
||||||
|
+[replace]
|
||||||
|
+"bindgen:0.47.3" = {git = 'https://github.com/Duncaen/rust-bindgen', rev = "e70d9568887ffb6c2a7d7d165a71aed311a29129"}
|
Loading…
Add table
Add a link
Reference in a new issue