gst_all_1.gst-plugins-rs: make cargo-c temp fix work for cross

This commit is contained in:
Lily Foster 2023-07-29 19:17:18 -04:00
parent 9e32d5e3db
commit 7f23f9fee2
No known key found for this signature in database
GPG key ID: 49340081E484C893

View file

@ -114,7 +114,7 @@ let
invalidPlugins = lib.subtractLists (lib.attrNames validPlugins) selectedPlugins; invalidPlugins = lib.subtractLists (lib.attrNames validPlugins) selectedPlugins;
# TODO: figure out what must be done about this upstream - related lu-zero/cargo-c#323 lu-zero/cargo-c#138 # TODO: figure out what must be done about this upstream - related lu-zero/cargo-c#323 lu-zero/cargo-c#138
cargo-c' = cargo-c.overrideAttrs (oldAttrs: { cargo-c' = (cargo-c.__spliced.buildHost or cargo-c).overrideAttrs (oldAttrs: {
patches = (oldAttrs.patches or []) ++ [ patches = (oldAttrs.patches or []) ++ [
(fetchpatch { (fetchpatch {
name = "cargo-c-test-rlib-fix.patch"; name = "cargo-c-test-rlib-fix.patch";