Merge pull request #186336 from kira-bruneau/localtime
This commit is contained in:
commit
83bcf0cef1
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue