micro: fix syntax highlighting

Fix #186861
This commit is contained in:
Nikolay Korotkiy 2022-08-16 02:26:46 +03:00
parent 441dc5d512
commit 3ec310d520
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

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