buildBazelPackage: build name from pname/version
and updated bazel-remote accordingly.
This commit is contained in:
parent
2b06415ca1
commit
1f9ab74d4c
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ let
|
|||
in
|
||||
|
||||
args@{
|
||||
name
|
||||
name ? "${args.pname}-${args.version}"
|
||||
, bazel ? bazelPkg
|
||||
, bazelFlags ? []
|
||||
, bazelBuildFlags ? []
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
}:
|
||||
|
||||
buildBazelPackage rec {
|
||||
name = "bazel-remote-${version}";
|
||||
pname = "bazel-remote";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
Loading…
Reference in a new issue