Merge pull request #186336 from kira-bruneau/localtime
This commit is contained in:
@@ -19,6 +19,14 @@ buildGoModule {
|
||||
|
||||
nativeBuildInputs = [ m4 ];
|
||||
|
||||
buildPhase = ''
|
||||
runHook preBuild
|
||||
make PREFIX="$out"
|
||||
runHook postBuild
|
||||
'';
|
||||
|
||||
doCheck = false; # no tests
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
make PREFIX="$out" install
|
||||
|
||||
Reference in New Issue
Block a user