bazel_7: fix fhsenv version (#359958)

This commit is contained in:
Felix Bühler 2024-11-29 19:03:51 +01:00 committed by GitHub
commit 26981a812c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -159,7 +159,8 @@ let
};
bazelFhs = buildFHSEnv {
name = "bazel";
pname = "bazel";
inherit version;
targetPkgs = _: [ bazelBootstrap ];
runScript = "bazel";
};