Skip to content
Snippets Groups Projects
Commit 0a627518 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

It's fine ... please try to build for these platforms

parent 2c5c5f31
No related branches found
No related tags found
1 merge request!9Call an API from tahoe-chk as a demonstration that we can
Pipeline #3306 failed
......@@ -40,6 +40,13 @@
# flags but they changes are not appropriate for our version of the
# source. Disable that change.
postPatch = null;
meta = old // {
# The derivation declares its supported platforms and they don't
# include the ones we need for Android. Adjust that declaration so
# that it does.
platforms = old.meta.platforms ++ [ "aarch64-linux" "armv7a-linux" ];
};
});
# For whatever reason, it seems callCabal2nix for tahoe-chk wants to use the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment