From 4dc50d0fbf5f889940a721694b7f30aadbb7fc42 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 18 Sep 2019 12:19:38 -0700 Subject: [PATCH] nixpkgs.bzl: update link to issue https://github.com/bazelbuild/bazel/issues/5356 and https://github.com/bazelbuild/bazel/issues/7989, are duplicates, and the former was closed. So let's link to the latter instead. --- nixpkgs/nixpkgs.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpkgs/nixpkgs.bzl b/nixpkgs/nixpkgs.bzl index 21cd36778..bdaf02590 100644 --- a/nixpkgs/nixpkgs.bzl +++ b/nixpkgs/nixpkgs.bzl @@ -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