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 in
args@{ args@{
name name ? "${args.pname}-${args.version}"
, bazel ? bazelPkg , bazel ? bazelPkg
, bazelFlags ? [] , bazelFlags ? []
, bazelBuildFlags ? [] , bazelBuildFlags ? []

View File

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