From eebf0c20350554f422a028076a460b19f88a7c34 Mon Sep 17 00:00:00 2001 From: edouard Date: Wed, 6 Sep 2023 15:31:47 +0200 Subject: [PATCH] contrib: adapt GUIX build for iced_futures patch --- contrib/reproducible/guix/build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/reproducible/guix/build.sh b/contrib/reproducible/guix/build.sh index 8969f82f..7db2dfa7 100755 --- a/contrib/reproducible/guix/build.sh +++ b/contrib/reproducible/guix/build.sh @@ -22,6 +22,11 @@ replace-with = "vendored_sources" git = "https://github.com/wizardsardine/liana" branch = "master" replace-with = "vendored_sources" + +[source."https://github.com/edouardparis/iced"] +git = "https://github.com/edouardparis/iced" +branch = "fix-futures-recipe" +replace-with = "vendored_sources" EOF # We need to set RUSTC_BOOTSTRAP=1 as a workaround to be able to use unstable