urbit/nix/pkgs/ent/cross.nix

11 lines
187 B
Nix
Raw Normal View History

2019-03-05 03:43:53 +03:00
{ env_name, env, deps }:
env.make_derivation rec {
name = "ent-7506f";
builder = ./builder.sh;
src = ../../../pkg/ent;
CC = "${env.host}-gcc";
AR = "${env.host}-ar";
}