gst_all_1.gst-plugins-rs: make cargo-c temp fix work for cross
This commit is contained in:
parent
9e32d5e3db
commit
7f23f9fee2
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue