mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-18 22:51:21 +00:00
Allow doCheck config of buildGoPackage
This commit is contained in:
@@ -170,6 +170,7 @@ go.stdenv.mkDerivation (
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
doCheck = args.doCheck or false;
|
||||
checkPhase = args.checkPhase or ''
|
||||
runHook preCheck
|
||||
|
||||
|
||||
Reference in New Issue
Block a user