Merge pull request #186866 from sikmir/micro
micro: fix syntax highlighting
This commit is contained in:
commit
6a3e7da939
1 changed files with 4 additions and 0 deletions
|
@ -24,6 +24,10 @@ buildGoModule rec {
|
||||||
"-X ${t}/util.CommitHash=${src.rev}"
|
"-X ${t}/util.CommitHash=${src.rev}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
preBuild = ''
|
||||||
|
go generate ./runtime
|
||||||
|
'';
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
installManPage assets/packaging/micro.1
|
installManPage assets/packaging/micro.1
|
||||||
install -Dt $out/share/applications assets/packaging/micro.desktop
|
install -Dt $out/share/applications assets/packaging/micro.desktop
|
||||||
|
|
Loading…
Reference in a new issue