mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-26 08:25:04 +03:00
Ben says this might work.
This commit is contained in:
parent
4eefedabad
commit
abdb1e234b
@ -5,7 +5,7 @@ env.make_derivation rec {
|
|||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = ../../../pkg/ge-additions;
|
src = ../../../pkg/ge-additions;
|
||||||
|
|
||||||
nativeBuildInputs = [ deps.ed25519 ];
|
cross_inputs = [ deps.ed25519 ];
|
||||||
|
|
||||||
CC = "${env.host}-gcc";
|
CC = "${env.host}-gcc";
|
||||||
AR = "${env.host}-ar";
|
AR = "${env.host}-ar";
|
||||||
|
Loading…
Reference in New Issue
Block a user