parent
441dc5d512
commit
3ec310d520
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ buildGoModule rec {
|
|||
"-X ${t}/util.CommitHash=${src.rev}"
|
||||
];
|
||||
|
||||
preBuild = ''
|
||||
go generate ./runtime
|
||||
'';
|
||||
|
||||
postInstall = ''
|
||||
installManPage assets/packaging/micro.1
|
||||
install -Dt $out/share/applications assets/packaging/micro.desktop
|
||||
|
|
Loading…
Reference in a new issue