mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-05 01:59:08 +00:00
we actually support more platforms than go.meta.platforms because of cross-compiling
This commit is contained in:
parent
72890726f3
commit
23aaa89f10
1 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
|||
, fetchgit
|
||||
, jq
|
||||
, cacert
|
||||
, pkgs
|
||||
, pkgsBuildBuild
|
||||
, buildPackages
|
||||
, runtimeShell
|
||||
|
@ -431,7 +430,7 @@ let
|
|||
|
||||
} // passthru;
|
||||
|
||||
meta = { platforms = go.meta.platforms or platforms.all; } // meta;
|
||||
inherit meta;
|
||||
});
|
||||
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue