mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 10:07:46 +00:00
localtime: separate buildPhase from installPhase
This commit is contained in:
parent
a253a7da71
commit
0848d3c8ab
@ -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