mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 13:16:40 +03:00
Merge pull request #186336 from kira-bruneau/localtime
This commit is contained in:
commit
83bcf0cef1
@ -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 New Issue
Block a user