Skip to content

Commit

Permalink
Merge pull request #90 from flokli/update-issue-url
Browse files Browse the repository at this point in the history
nixpkgs.bzl: update link to issue
  • Loading branch information
mboes authored Sep 18, 2019
2 parents ec96533 + 4dc50d0 commit 00e9777
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 00e9777

Please sign in to comment.