Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
privatestoragemobile
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PrivateStorage
privatestoragemobile
Commits
0a627518
Commit
0a627518
authored
2 years ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Patches
Plain Diff
It's fine ... please try to build for these platforms
parent
2c5c5f31
No related branches found
No related tags found
1 merge request
!9
Call an API from tahoe-chk as a demonstration that we can
Pipeline
#3306
failed
2 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
obelisk/nixpkgs-overlay.nix
+7
-0
7 additions, 0 deletions
obelisk/nixpkgs-overlay.nix
with
7 additions
and
0 deletions
obelisk/nixpkgs-overlay.nix
+
7
−
0
View file @
0a627518
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment