We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a39d7 commit bef3c68Copy full SHA for bef3c68
bazeldnf/extensions.bzl
@@ -107,7 +107,7 @@ def _alias_repository_impl(repository_ctx):
107
if repository_ctx.attr.lock_file.package:
108
lock_file_path = repository_ctx.attr.lock_file.package + "/" + lock_file_path
109
110
- if repository_ctx.attr.repofile.package:
+ if repository_ctx.attr.repofile and repository_ctx.attr.repofile.package:
111
repofile = repository_ctx.attr.repofile.package + "/" + repofile
112
113
repository_ctx.file(
0 commit comments