Merge pull request #186336 from kira-bruneau/localtime

This commit is contained in:
Bernardo Meurer 2022-08-12 17:41:10 -07:00 committed by GitHub
commit 83bcf0cef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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