2020-02-21 13:47:29 +01:00
|
|
|
{ depot, ... }:
|
2019-12-13 13:12:06 +01:00
|
|
|
|
2020-02-21 13:47:29 +01:00
|
|
|
depot.buildGo.external {
|
2019-12-13 13:12:06 +01:00
|
|
|
path = "golang.org/x/text";
|
|
|
|
src = builtins.fetchGit {
|
|
|
|
url = "https://go.googlesource.com/text";
|
2019-12-13 22:30:14 +01:00
|
|
|
rev = "cbf43d21aaebfdfeb81d91a5f444d13a3046e686";
|
2019-12-13 13:12:06 +01:00
|
|
|
};
|
|
|
|
}
|