Skip to content

Commit

Permalink
nixpkgs.bzl: update link to issue
Browse files Browse the repository at this point in the history
bazelbuild/bazel#5356 and
bazelbuild/bazel#7989, are duplicates, and the
former was closed. So let's link to the latter instead.
  • Loading branch information
flokli committed Sep 18, 2019
1 parent ec96533 commit 4dc50d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixpkgs/nixpkgs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ _nixpkgs_package = repository_rule(
)

def nixpkgs_package(*args, **kwargs):
# Because of https://github.com/bazelbuild/bazel/issues/5356 we can't
# Because of https://github.com/bazelbuild/bazel/issues/7989 we can't
# directly pass a dict from strings to labels to the rule (which we'd like
# for the `repositories` arguments), but we can pass a dict from labels to
# strings. So we swap the keys and the values (assuming they all are
Expand Down

0 comments on commit 4dc50d0

Please sign in to comment.