Set -ldflags for spaceapid #1
|
@ -6,11 +6,15 @@ let
|
||||||
ref = "main";
|
ref = "main";
|
||||||
rev = "bbeb0d0e2b4538faed275b9891fb55149bc3a2f8";
|
rev = "bbeb0d0e2b4538faed275b9891fb55149bc3a2f8";
|
||||||
};
|
};
|
||||||
spaceapid = pkgs.buildGoModule {
|
spaceapid = pkgs.buildGoModule rec {
|
||||||
pname = "spaceapid";
|
pname = "spaceapid";
|
||||||
version = "main";
|
version = "main";
|
||||||
|
|
||||||
src = spaceapidSrc;
|
src = spaceapidSrc;
|
||||||
|
|
||||||
|
ldflags = [
|
||||||
|
"-X main.version=${version}-${spaceapidSrc.rev}"
|
||||||
|
];
|
||||||
|
|
||||||
# Since spaceapid doesn't have any dependencies, we can set this to null and
|
# Since spaceapid doesn't have any dependencies, we can set this to null and
|
||||||
# use the nonexistend vendored dependencies.
|
# use the nonexistend vendored dependencies.
|
||||||
|
|
Loading…
Reference in a new issue