mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #46552 from ramirez7/feature/buildGoPackage-doCheck
Allow doCheck config of buildGoPackage
This commit is contained in:
commit
bb0c421ca1
@ -170,6 +170,7 @@ go.stdenv.mkDerivation (
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
doCheck = args.doCheck or false;
|
||||
checkPhase = args.checkPhase or ''
|
||||
runHook preCheck
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user