mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
clash: add constant.Version to ldflags
This commit is contained in:
parent
2e43dd0e74
commit
0f13282340
@ -11,8 +11,14 @@ buildGoModule rec {
|
||||
sha256 = "0zhbaw9jzl9wqc7yx8yxqlb6fwkss4pqkv26069qg6nsk584ndnf";
|
||||
};
|
||||
|
||||
goPackagePath = "github.com/Dreamacro/clash";
|
||||
modSha256 = "0vyd61bin7hmpdqrmrikc776mgif9v25627n8hzi65kiycv40kgx";
|
||||
|
||||
buildFlagsArray = [
|
||||
"-ldflags="
|
||||
"-X ${goPackagePath}/constant.Version=${version}"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A rule-based tunnel in Go";
|
||||
homepage = "https://github.com/Dreamacro/clash";
|
||||
|
Loading…
Reference in New Issue
Block a user