mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
v2ray-domain-list-community: fix cross compilation
This commit is contained in:
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 {
|
||||
|
Loading…
Reference in New Issue
Block a user