v2ray-domain-list-community: fix cross compilation

This commit is contained in:
Nick Cao
2021-12-18 21:15:05 +08:00
parent aaea8029e4
commit b8ea60f47b
@@ -1,7 +1,7 @@
{ stdenv, buildGoModule, fetchFromGitHub, lib }:
{ stdenv, pkgsBuildBuild, fetchFromGitHub, lib }:
let
generator = buildGoModule rec {
generator = pkgsBuildBuild.buildGoModule rec {
pname = "v2ray-domain-list-community";
version = "20211119143108";
src = fetchFromGitHub {