buildBazelPackage: build name from pname/version

and updated bazel-remote accordingly.
This commit is contained in:
Matthieu Coudron 2020-10-22 15:43:23 +02:00 committed by Matthieu Coudron
parent 2b06415ca1
commit 1f9ab74d4c
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ let
in
args@{
name
name ? "${args.pname}-${args.version}"
, bazel ? bazelPkg
, bazelFlags ? []
, bazelBuildFlags ? []

View file

@ -7,7 +7,7 @@
}:
buildBazelPackage rec {
name = "bazel-remote-${version}";
pname = "bazel-remote";
version = "1.0.0";
src = fetchFromGitHub {