# SPDX-FileCopyrightText: 2020 Luke Granger-Brown # # SPDX-License-Identifier: Apache-2.0 { depot, ... }: depot.third_party.buildGo.external { path = "golang.org/x/net"; src = depot.third_party.nixpkgs.fetchFromGitHub { owner = "golang"; repo = "net"; rev = "0a1ea396d57c75b04aff7cb73d169717064c2b8a"; hash = "sha256:0wg1minaybg5nbqm1zjgjjr1ns8japq013j8srcybacmd90vrj2l"; }; deps = with depot.third_party; [ gopkgs."golang.org".x.text.secure.bidirule gopkgs."golang.org".x.text.unicode.bidi gopkgs."golang.org".x.text.unicode.norm ]; }