buildBazelPackage: build name from pname/version

and updated bazel-remote accordingly.
This commit is contained in:
Matthieu Coudron
2020-10-28 17:55:10 +01:00
committed by Matthieu Coudron
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 {